Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.
Read-write property
Visual Basic |
---|
Public Property TouchImageRotationMinimumAngle As Double |
A Double value from 0.0° to 90.0°. The default value is 10.0°.
Note: This property is only valid when the TouchImageRotationEnabled property is set to true.
This property allows a user to do a slight quick rotation gesture to initiate a single 90° rotation of the image. If this behavior is not desired then this property should be set equal to or greater than the TouchImageRotationTriggerAngle property.