TiKnob.KnobRadius
TiKnob See Also
Specifies the radius of the Knob.
property KnobRadius : Integer;
Description
Use KnobRadius to read or change the radius of the Knob.
Example
Delphi
iComponent.KnobRadius := 22;
C++ Builder
iComponent->KnobRadius = 22;
Contents | Index | Previous | Next