Skip to main content
A newer version of this page is available. .

TcxHintStyle.RoundRadius Property

Specifies the radius of the rounded corners.

Declaration

property RoundRadius: Integer read; write; default 11;

Property Value

Type Default
Integer 11

Remarks

If the Rounded property value is True, hints controlled by the TcxHintStyleController component use rounded corners. The radius of these corners is specified by the RoundRadius property. If this property is set to 0, the hint window is rectangular. Assigning greater values to this property makes corners smoother.

The images below show the same hint when the RoundRadius property is set to 0, 5 and 15.

Please take into account that increasing the RoundRadius property increases the actual size of the hint frame.

The default value of the RoundRadius property is 11.

See Also