Accusoft.ImagXpress13.Net
ImagePanningEnabled Property




Gets and sets whether the built-in touch panning operation is performed on the current image.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("This property sets and returns whether the built-in touch panning operation is performed on the current image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property ImagePanningEnabled As Boolean
'Usage
 
Dim instance As Touch
Dim value As Boolean
 
instance.ImagePanningEnabled = value
 
value = instance.ImagePanningEnabled
[Browsable(false)]
[Description("This property sets and returns whether the built-in touch panning operation is performed on the current image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public bool ImagePanningEnabled {get; set;}
[Browsable(false)]
[Description("This property sets and returns whether the built-in touch panning operation is performed on the current image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public: __property bool get_ImagePanningEnabled();
public: __property void set_ImagePanningEnabled( 
   bool value
);
[Browsable(false)]
[Description("This property sets and returns whether the built-in touch panning operation is performed on the current image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property bool ImagePanningEnabled {
   bool get();
   void set (    bool value);
}

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback