TdxBadge.TextMargins Property
Specifies the margins (in pixels) between the badge’s bounding rectangle and a text message.
Declaration
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