TdxLayoutPadding Members
Contains layout item padding settings.Constructors
Name | Description |
---|---|
Create(TdxCustomLayoutItem) | Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions. |
Properties
Name | Description |
---|---|
AssignedValues | Specifies which padding values affect a layout item. |
Bottom | Specifies the bottom offset of an element (item or group). Inherited from TdxLayoutOffsets. |
Left | Specifies the left offset of an element (item or group). Inherited from TdxLayoutOffsets. |
Right |
Specifies the right offset of an element (item or group). Use the Right property to set the right offset of an ExpressLayout Control element (item or group (including the root group)) within its default location. The default value of this property is 0. Inherited from TdxLayoutOffsets. |
Top | Specifies the top offset of an element (item or group). Inherited from TdxLayoutOffsets. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetValues | |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also