Skip to main content

TdxLayoutPadding.AssignedValues Property

Specifies which padding values affect a layout item.

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