TiSwitchRocker.IndicatorMargin
TiSwitchRocker
Specifies the margin between the Led indicator and the border of the switch.
property IndicatorMargin : Integer;
Description
Use IndicatorMargin to get or 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