TiSwitchMultiPosition.PositionIndicatorBevelStyle

TiSwitchMultiPosition See Also

Determines the outer bevel style of the position indicator.

type TiBevelStyle = (ibsNone, ibsRaised, ibsLowered);

property
PositionIndicatorBevelStyle : TiBevelStyle;

Description

Use PositionIndicatorBevelStyle to provide the position indicators 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.PositionIndicatorBevelStyle := ibsLowered;

C++ Builder

iComponent->PositionIndicatorBevelStyle = ibsLowered;

Contents | Index | Previous | Next