TcxTabSlants.Kind Property
In This Article
Specifies the kind of tab slants.
#Declaration
Delphi
property Kind: TcxTabSlantKind read; write; default skSlant;
#Property Value
Type | Default |
---|---|
Tcx |
sk |
#Remarks
Set the Kind property to specify the appearance aspects (kind) of tab slants used to bend the tabs.
All the possible values are listed in the following table.
Value | Meaning | Example |
---|---|---|
sk |
Tabs appear with cut corners. | ![]() |
sk |
Tabs appear with their sides bent by slants. | ![]() |
The default value of the Kind property is skSlant.
See Also