TiSwitchLed.IndicatorHeight

TiSwitchLed See Also

Specifies the height of the Led indicator.

property IndicatorHeight : Integer;

Description

Use IndicatorHeight to read or change the height of the Led indicator. The IndicatorHeight value is in pixels.

Example

Delphi

iComponent.IndicatorHeight := 4;

C++ Builder

iComponent->IndicatorHeight = 4;

Note: The property has no effect if AutoLedSize = True and IndicatorAlignment = isaLeft or isaRight.

Contents | Index | Previous | Next