Skip to main content

TcxCustomTabControlProperties.Rotate Property

Specifies whether tabs are rotated relative to tab panel orientation.

Declaration

property Rotate: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the Rotate property to change the orientation of tabs. Setting this property to True rotates tabs by 90 degrees. In such a case, if the tab panel is oriented horizontally, tabs will be oriented vertically and vice versa. If the Rotate property value is False, tabs are oriented the same way as the tab panel.

Note

Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text in your application.

The default value of the Rotate property is False.

See Also