TiLedSpiral.AutoSize

TiLedSpiral See Also

Specifies whether the outer radius is automatically adjusted.

property AutoSize : Boolean;

Description

Use AutoSize to specify whether the outer radius is automatically adjusted. When AutoSize is set to TRUE, the OuterRadius property is automatically adjusted when the size of the control changes or the OuterMargin property is changed. When AutoSize is set to FALSE, the OuterRadius property is fixed and must be changed manually.

Example

Delphi

iComponent.AutoSize := True;

C++ Builder

iComponent->AutoSize = True;

Contents | Index | Previous | Next