Accusoft.ImagXpress13.Net
ImageRotationMinimumAngle Property




Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.")>
Public Property ImageRotationMinimumAngle As Double
'Usage
 
Dim instance As Touch
Dim value As Double
 
instance.ImageRotationMinimumAngle = value
 
value = instance.ImageRotationMinimumAngle
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.")]
public double ImageRotationMinimumAngle {get; set;}
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.")]
public: __property double get_ImageRotationMinimumAngle();
public: __property void set_ImageRotationMinimumAngle( 
   double value
);
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets and sets the minimum angle that will trigger a rotation if no image rotation has occurred when a rotation gesture has ended.")]
public:
property double ImageRotationMinimumAngle {
   double get();
   void set (    double value);
}

Property Value

A System.Double value from 0.0° to 90.0°. The default value is 10.0°.
Remarks

Note: This property is only valid when the ImageRotationEnabled 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 ImageRotationTriggerAngle property.

See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback