TdxPadding.Null Property
Returns a zero TdxPadding value.
Declaration
class property Null: TdxPadding read;
Property Value
| Type | Description |
|---|---|
| TdxPadding | A TdxPadding value whose Left, Top, Right, and Bottom fields are set to |
Remarks
Assign the Null class property value to the TdxVisualRefinements.HeaderPadding or TdxVisualRefinements.Padding class property to reset the corresponding padding adjustments.
Code Example: Reset Padding Adjustments
See Also