TdxPadding.Null Property
Returns a zero TdxPadding value.
#Declaration
Delphi
class property Null: TdxPadding read;
#Property Value
Type | Description |
---|---|
Tdx |
A Tdx |
#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