TcxTabSlants.Positions Property
In This Article
Specifies the positions (sides) at which the tabs are bent.
#Declaration
Delphi
property Positions: TcxTabSlantPositions read; write; default cxTabSlantDefaultPositions;
#Property Value
Type | Default |
---|---|
Tcx |
cx |
#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 |
---|---|
sp |
Slants bend left sides of the tabs. |
sp |
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