TiKnob.RotationMaxDegrees
TiKnob See Also
Specifies the number of degrees the Knob is allowed to rotate.
property RotationMaxDegrees : Integer;
Description
Use RotationMaxDegrees to set the number of degrees the Knob is allowed to
rotate. For multi-turn Knobs, set RotationMaxDegrees to multiples of 360 degrees.
Example
Delphi
iComponent.RotationMaxDegrees := 270;
C++ Builder
iComponent->RotationMaxDegrees = 270;
Contents | Index | Previous | Next