Accusoft.ImagXpressSdk Namespace > Touch Class : ImageRotationMinimumAngle Property |
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> <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
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("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;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("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 );
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] [Description("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.