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

TcxHintStyle.Rounded Property

Specifies whether hint windows use rounded corners.

Declaration

property Rounded: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Hints controlled by the TcxHintStyleController component support rounded corners. To enable this feature, you need to set the Rounded property to True and possibly set the RoundRadius property value as well.

The images below show the hint window when the Rounded property is set to False and True respectively.

Note

When Rounded is set to True, you can change the hint’s border color using the BorderColor property. Also, you can set the RoundRadius property to 0 to make the hint rectangular. This allows you to use custom colored borders for rectangular hints.

The default value of the Rounded property is False.

See Also