TdxBadge.Size Property
Specifies the badge UI adorner’s pixel dimensions.
Declaration
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