TiLedMatrix.IndicatorStyle
TiLedMatrix
Specifies the style of all indicators.
type TiLedMatrixIndiatorStyle = (ilmisRound, ilmisRectangle);
property IndicatorStyle : TiLedMatrixIndiatorStyle;
Description
Use IndicatorStyle to specify the type of all indicators.
These are the possible values:
Value
| Meaning
|
ilmisRound
| Round Led.
|
ilmisRectangle
| Rectangular Led.
|
Example
Delphi
iComponent.IndicatorStyle := ilmisRectangle;
C++ Builder
iComponent->IndicatorStyle = ilmisRectangle;
Contents | Index | Previous | Next