TiSwitchLed.AutoLedSize
TiSwitchLed See Also
Determines whether the IndicatorHeight or IndicatorWidth is automatically calculated depending on the IndicatorAlignment.
property AutoLedSize : Boolean;
Description
Use AutoLedSize to specify whether the IndicatorHeight or IndicatorWidth is automatically calculated depending on the IndicatorAlignment. When IndicatorAlignment is set to isaBottom or isaTop then the IndicatorWidth is automatically calculated. When IndicatorAlignment is set to isaLeft or isaRight then the IndicatorHeight is automatically calculated.
Example
Delphi
iComponent.AutoLedSize := True;
C++ Builder
iComponent->AutoLedSize = True;
Contents | Index | Previous | Next