TiLedArrow.AutoSize

TiLedArrow

Determines whether the size of the control automatically resizes when the ArrowBodyLength and ArrowHeadSize properties are changed.

property AutoSize : Boolean;

Description

Use AutoSize to make the control adjust its size automatically when the ArrowBodyLength and ArrowHeadSize properties are changed.

Example

Delphi

iComponent.AutoSize := True;

C++ Builder

iComponent->AutoSize = True;

Contents | Index | Previous | Next