TiLedMatrix.IndicatorWidth
TiLedMatrix
Specifies the width of all indicators.
property IndicatorWidth : Integer;
Description
Use IndicatorWidth to change the width of all indicators. IndicatorWidth is in
pixels. If Autosize is enabled, the size of the control will change in response to this property
being changed.
Example
Delphi
iComponent.IndicatorWidth := 10;
C++ Builder
iComponent->IndicatorWidth = 10;
Contents | Index | Previous | Next