Click or drag to resize

FormsMapInvertMouseWheel 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
public bool InvertMouseWheel { get; set; }

Property Value

Type: Boolean

Implements

IMapInvertMouseWheel
See Also