TdxPadding Record
Stores padding size adjustments.
Declaration
TdxPadding = record
Remarks
The TdxPadding
record has members that allow you to do the following:
- Adjust individual padding dimensions (Top, Bottom, Left, and Right).
- Obtain the total height and width of padding adjustments (Height and Width).
- Obtain a zero
TdxPadding
value (Null).
Direct TdxPadding Type References
The TdxVisualRefinements.HeaderPadding and TdxVisualRefinements.Padding properties reference the TdxPadding
type.
See Also