TiSwitchLed.IndicatorWidth
TiSwitchLed See Also
Specifies the width of the Led indicator.
property IndicatorWidth : Integer;
Description
Use IndicatorWidth to read or change the width of the Led indicator. The
IndicatorWidth value is in pixels.
Example
Delphi
iComponent.IndicatorWidth := 10;
C++ Builder
iComponent->IndicatorWidth = 10;
Note: The property has no effect if AutoLedSize = True and IndicatorAlignment = isaTop or isaBottom.
Contents | Index | Previous | Next