TcxCustomTabControlProperties.TabPosition Property
Specifies tab panel position and orientation.
Declaration
property TabPosition: TcxTabPosition read; write; default tpTop;
Property Value
Type | Default |
---|---|
TcxTabPosition | tpTop |
Remarks
Options include:
Value | Description |
---|---|
tpTop | The tab panel resides horizontally at the top of a control. |
tpBottom | The tab panel resides horizontally at the bottom of a control. |
tpLeft | The tab panel resides vertically to the left of a control. |
tpRight | The 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