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

TdxBadgeViewInfo.TextSize Property

Returns pixel dimensions of the text message displayed on top of the badge UI adorner‘s background.

#Declaration

Delphi
property TextSize: TSize read;

#Property Value

Type
TSize

#Remarks

The actual text dimensions are used to calculate the width and/or height of the badge when its Size.Width and/or Size.Height properties are set to 0.

See Also