ImageGear for .NET
IsHandPanEnabled Property




This property has been deprecated. Gets or sets a value indicating whether hand panning is enabled or not. When true, clicking and dragging on the image will pan the image.
Syntax
'Declaration
 
<ObsoleteAttribute("Set the MouseTool property to HandPan instead.")>
Public Property IsHandPanEnabled As Boolean
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
instance.IsHandPanEnabled = value
 
value = instance.IsHandPanEnabled
[ObsoleteAttribute("Set the MouseTool property to HandPan instead.")]
public bool IsHandPanEnabled {get; set;}
[ObsoleteAttribute("Set the MouseTool property to HandPan instead.")]
public: __property bool get_IsHandPanEnabled();
public: __property void set_IsHandPanEnabled( 
   bool value
);
[ObsoleteAttribute("Set the MouseTool property to HandPan instead.")]
public:
property bool IsHandPanEnabled {
   bool get();
   void set (    bool value);
}

Property Value

System.Boolean structure object.
Remarks
This property has been deprecated. Set the MouseTool property to HandPan instead.
See Also

Reference

PageView Class
PageView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback