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.
            
 
            
            
            
            
            
            
            
            
            
            
            
            See Also