TdxBadgeViewInfo.TextSize Property
Returns pixel dimensions of the text message displayed on top of the badge UI adorner‘s background.
Declaration
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