Skip to main content

TdxLayoutPadding Properties

Contains layout item padding settings.
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.
See Also