TiSwitchPanel.KnobRadius
TiSwitchPanel
Specifies the radius of the the entire Knob.
property KnobRadius : Integer;
Description
Use KnobRadius to get or set the radius (i.e. overall size) of the entire
Knob. If the KnobRadiusAutoSize property is set to True, this property has no effect. The KnobRadius value
is in pixels.
Example
Delphi
iComponent.KnobRadius := 65;
C++ Builder
iComponent->KnobRadius = 65;
Contents | Index | Previous | Next