TiKnob.RotationStartDegrees
TiKnob See Also
Specifies the starting degrees at which the Knob starts it clockwise rotation.
property RotationStartDegrees : Integer;
Description
Use RotationStartDegrees to set the starting degrees at which the Knob starts
it clockwise rotation.
Example
Delphi
iComponent.RotationStartDegrees := 225;
C++ Builder
iComponent->RotationStartDegrees = 225;
Contents | Index | Previous | Next