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