ImageGear .NET - Updated
IsHandPanEnabled Property




ImageGear23.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : 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
[Obsolete("Set the MouseTool property to HandPan instead.")]
public bool IsHandPanEnabled {get; set;}
[Obsolete("Set the MouseTool property to HandPan instead.")]
public: __property bool get_IsHandPanEnabled();
public: __property void set_IsHandPanEnabled( 
   bool value
);
[Obsolete("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