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