Accusoft.ImagXpress13.Net
ImagePanningEnabled Property




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

Property Value

A System.Boolean value.
See Also

Reference

Touch Class
Touch Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback