Skip to main content

TdxLayoutLookAndFeelPadding.AssignedValues Property

Contains options for activating padding on four sides of a layout element.

Declaration

property AssignedValues: TdxLayoutPaddingAssignedValues read; write; default [];

Property Value

Type
TdxLayoutPaddingAssignedValues

Remarks

If options are active, the corresponding padding settings (see the Bottom, Left, Right and Top properties) are applied to the layout element.

The default value of the AssignedValues property is [].

See Also