Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPadding Type

Stores padding size adjustments.

#Declaration

Delphi
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