TiSwitchLed.IndicatorAlignment

TiSwitchLed See Also

Specifies the alignment of the LED indicator within the switch.

type TiSideAlignment = (isaBottom, isaTop, isaLeft, isaRight);

property IndicatorAlignment : TiSideAlignment;

Description

Set IndicatorAlignment to specify the alignment of the LED indicator within the switch.

These are the possible values:

Value
Meaning
isaBottom
Led is Aligned to Bottom.
isaTop
Led is Aligned to Top.
isaLeft
Led is Aligned to Left.
isaRight
Led is Aligned to Right.

Example

Delphi

iComponent.IndicatorAlignment := isaBottom;

C++ Builder

iComponent->IndicatorAlignment = isaBottom;

Contents | Index | Previous | Next