TiSwitchLed.IndicatorMargin

TiSwitchLed See Also

Specifies the margin between the Led indicator and the border of the switch.

property IndicatorMargin : Integer;

Description

Use IndicatorMargin to set the margin between the Led indicator and the border of the switch. The IndicatorMargin value is in pixels.

Example

Delphi

iComponent.IndicatorMargin := 5;

C++ Builder

iComponent->IndicatorMargin = 5;

Contents | Index | Previous | Next