TiKnob.AutoSize

TiKnob See Also

Specifies whether the radius of the knob is automatically adjusted.

property AutoSize : Boolean;

Description

Use AutoSize to specify whether the radius of the knob is automatically adjusted. When AutoSize is set to TRUE, the KnobRadius property is automatically adjusted when the size of the control changes, any attributes that affect the scale if shown, or the OuterMargin property is changed. When AutoSize is set to FALSE, the KnobRadius property is fixed and must be changed manually.

Example

Delphi

iComponent.AutoSize := True;

C++ Builder

iComponent->AutoSize = True;

Contents | Index | Previous | Next