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.
'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.