Back to Devexpress

TdxPadding Record

vcl-cxgeometry-c1f932b1.md

latest1004 B
Original Source

TdxPadding Record

Stores padding size adjustments.

Declaration

delphi
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

TdxPadding Members

cxGeometry Unit