ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / IsHandPanEnabledProperty Field




In This Topic
    IsHandPanEnabledProperty Field
    In This Topic
    This property has been deprecated. Dependency property for IsHandPanEnabled.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsHandPanEnabledProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = PageView.IsHandPanEnabledProperty
    public static readonly DependencyProperty IsHandPanEnabledProperty
    public: static readonly DependencyProperty* IsHandPanEnabledProperty
    public:
    static readonly DependencyProperty^ IsHandPanEnabledProperty
    Remarks
    This property has been deprecated. Set the MouseTool property to HandPan instead.
    See Also