Back to Devexpress

TcxCustomTabControlProperties.Rotate Property

vcl-cxpc-dot-tcxcustomtabcontrolproperties-4198da8b.md

latest1.3 KB
Original Source

TcxCustomTabControlProperties.Rotate Property

Specifies whether tabs are rotated relative to tab panel orientation.

Declaration

delphi
property Rotate: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

Tab Position and Arrangement

TcxCustomTabControlProperties Class

TcxCustomTabControlProperties Members

cxPC Unit