IMapInvertMouseWheel Property |
Gets or sets a value indicating whether the orientation for mouse-wheel zoom is inverted. If so,
zoom in and zoom out mouse wheel direction is exchanged. The default value is false.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax bool InvertMouseWheel { get; set; }
Property InvertMouseWheel As Boolean
Get
Set
property bool InvertMouseWheel {
bool get ();
void set (bool value);
}
abstract InvertMouseWheel : bool with get, set
Property Value
Type:
BooleanSee Also