Back to Devexpress

TdxBadge.Size Property

vcl-dxuiadorners-dot-tdxbadge-9096ca90.md

latest831 B
Original Source

TdxBadge.Size Property

Specifies the badge UI adorner’s pixel dimensions.

Declaration

delphi
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

TdxBadge Class

TdxBadge Members

dxUIAdorners Unit