Skip to main content
All docs
V23.2

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 0.

Remarks

Assign the Null class property value to the TdxVisualRefinements.HeaderPadding or TdxVisualRefinements.Padding class property to reset the corresponding padding adjustments.

Example

TdxVisualRefinements.Padding := TdxPadding.Null;
See Also