Back to Devexpress

TcxCustomTabControlProperties.TabPosition Property

vcl-cxpc-dot-tcxcustomtabcontrolproperties.md

latest1.5 KB
Original Source

TcxCustomTabControlProperties.TabPosition Property

Specifies tab panel position and orientation.

Declaration

delphi
property TabPosition: TcxTabPosition read; write; default tpTop;

Property Value

TypeDefault
TcxTabPositiontpTop

Remarks

Options include:

ValueDescription
tpTopThe tab panel resides horizontally at the top of a control.
tpBottomThe tab panel resides horizontally at the bottom of a control.
tpLeftThe tab panel resides vertically to the left of a control.
tpRightThe tab panel resides vertically to the right of a control.

Note

By default, tabs are automatically rotated in vertically oriented tab panels. You can change the default tab orientation via the Rotate property. To control if the ClearType antialiasing is applied to a rotated text in your application, use the dxUseAntialiasingForRotatedText global constant.

The default value of the TabPosition property is tpTop.

See Also

Tab Position and Arrangement

TcxCustomTabControlProperties Class

TcxCustomTabControlProperties Members

cxPC Unit