TdxBadgeViewInfo.TextAreaBounds Property
In This Article
Returns the rectangle bounding the badge UI adorner‘s area occupied by text.
#Declaration
Delphi
property TextAreaBounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
The badge’s text draw routine accepts the area occupied by the resulting text and a set of formatting flags.
See Also