TdxLayoutPadding Class
In This Article
Contains layout item padding settings.
#Declaration
Delphi
TdxLayoutPadding = class(
TdxLayoutOffsets
)
#Remarks
This class has the following members that allow you to:
Adjust individual padding values (Bottom, Left, Right, and Top).
Apply selected padding values to a target layout item (AssignedValues).
A layout item’s Padding property references a TdxLayoutPadding object.
#Inheritance
See Also