Skip to main content

TdxPadding Type

Stores padding size adjustments.

Declaration

TdxPadding = cxGeometry.TdxPadding;

Referenced Class

Type Description
TdxPadding

Stores padding size adjustments.

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