TiLedArrow.Style
TiLedArrow
Specifies the style of the arrow.
type TiLedArrowStyle = (ilasRight, ilasLeft, ilasUp, ilasDown, ilasLeftRight,
ilasUpDown);
property Style : TiLedArrowStyle;
Description
Set Style to specify how the arrow looks.
These are the possible values:
Value
Meaning
ilasRight
Arrow points Right.
ilasLeft
Arrow points Left
ilasUp
Arrow points Up
ilasDown
Arrow points Down
ilasLeftRight
Arrows point Left and Right
ilasUpDown
Arrows point Up and Down
Example
Delphi
iComponent.Style := ilasRight;
C++ Builder
iComponent->Style = ilasRight;
Contents | Index | Previous | Next