TiSwitchPanel.KnobRadiusAutoSize
TiSwitchPanel
Specifies whether the radius of the Knob is automatically adjusted.
property KnobRadiusAutoSize : Boolean;
Description
Use KnobRadiusAutoSize to specify whether the radius of the Knob is
automatically adjusted. When KnobRadiusAutoSize is set to True, the KnobRadius property is automatically modified when the size of the control changes or
the
Example
Delphi
iComponent.KnobRadiusAutoSize := True;
C++ Builder
iComponent->KnobRadiusAutoSize = TRUE;
Contents | Index | Previous | Next