Determines or sets whether the mouse wheel zooms in and out.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property MouseWheelZooms As Boolean |
| C# |
|---|
| public bool MouseWheelZooms { get; set; } |
| C++ |
|---|
| public property bool MouseWheelZooms sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_MouseWheelZooms(); /** property */ public void set_MouseWheelZooms(bool value); |
| JScript |
|---|
| public function get MouseWheelZooms() : bool public function set MouseWheelZooms(value : bool); |