TcxTabSlants.Positions Property
Specifies the positions (sides) at which the tabs are bent.
Declaration
property Positions: TcxTabSlantPositions read; write; default cxTabSlantDefaultPositions;
Property Value
Type | Default |
---|---|
TcxTabSlantPositions | cxTabSlantDefaultPositions |
Remarks
Set the Positions property to specify the sides at which the tabs are bent by slants.
All the possible values are listed in the following table.
Value | Meaning |
---|---|
spLeft | Slants bend left sides of the tabs. |
spRight | Slants bend right sides of the tabs. |
Here is a sample screenshot of a tab control when its Positions property is set to [spLeft, spRight].
The default value of the Positions property is [spLeft].
See Also