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

TdxBadge.TextMargins Property

Specifies the margins (in pixels) between the badge’s bounding rectangle and a text message.

#Declaration

Delphi
property TextMargins: TcxMargin read; write;

#Property Value

Type
TcxMargin

#Remarks

Use this property to set the margins between the text message and left, top, right, and bottom sides of the badge UI adorner’s bounding rectangle. The TextMargins property is particularly useful if you need to display both the text message and background image without overlapping:

See Also