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.Size Property

Specifies the badge UI adorner’s pixel dimensions.

#Declaration

Delphi
property Size: TcxSize read; write;

#Property Value

Type
TcxSize

#Remarks

Use this property to explicitly specify the badge’s width and height. If the Size.Width or Size.Height property is set to 0, the badge’s corresponding dimension is calculated automatically based on the current Font, TextMargins, and Text property values.

See Also