Accusoft.ImagXpressSdk Namespace > Touch Class : ImageRotationMinimumAngle Property |
'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); }
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.