TiLedArrow.ArrowBodyLength
TiLedArrow
Specifies the length of the arrow body.
property ArrowBodyLength : Integer;
Description
Use ArrowBodyLength to get or set the arrow body length. The control will
resize if AutoSize is set to True.
Example
Delphi
iComponent.ArrowBodyLength := 10;
C++ Builder
iComponent->ArrowBodyLength = 10;
Contents | Index | Previous | Next