In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / EnableMousePan Property

EnableMousePan Property

In This Topic
Specifies whether a mouse panning is enabled.
Syntax
'Declaration
 
Public Property EnableMousePan As Boolean
public bool EnableMousePan {get; set;}
public read-write property EnableMousePan: Boolean; 
public function get,set EnableMousePan : boolean
public: __property bool get_EnableMousePan();
public: __property void set_EnableMousePan( 
   bool value
);
public:
property bool EnableMousePan {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also