ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / IsHandPanEnabled Property




In This Topic
    IsHandPanEnabled Property
    In This Topic
    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
     
    Public Property IsHandPanEnabled As Boolean
    'Usage
     
    Dim instance As PageView
    Dim value As Boolean
     
    instance.IsHandPanEnabled = value
     
    value = instance.IsHandPanEnabled
    public bool IsHandPanEnabled {get; set;}
    public: __property bool get_IsHandPanEnabled();
    public: __property void set_IsHandPanEnabled( 
       bool value
    );
    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