TiSwitchToggle.SwitchBevelStyle

TiSwitchToggle See Also

Determines the switch three-dimensional beveled look.

type TiBevelStyle = (ibsNone, ibsRaised, ibsLowered);

property
SwitchBevelStyle : TiBevelStyle;

Description

Use SwitchBevelStyle to provide the control with a three-dimensional beveled look.

These are the possible values:

Value
Meaning
ibsNone
No border.
ibsRaised
The outer border is raised.
ibsLowered
The outer border is lowered.

Example

Delphi

iComponent.SwitchBevelStyle := ibsRaised;

C++ Builder

iComponent->SwitchBevelStyle = ibsRaised;

Contents | Index | Previous | Next