Skip to main content

TcxTabSlants.Kind Property

Specifies the kind of tab slants.

Declaration

property Kind: TcxTabSlantKind read; write; default skSlant;

Property Value

Type Default
TcxTabSlantKind skSlant

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
skCutCorner Tabs appear with cut corners.
skSlant Tabs appear with their sides bent by slants.

The default value of the Kind property is skSlant.

See Also