Click or drag to resize

FormsMapMouseDoubleClickZoom Property

Gets or sets the activation for zoom on double-click. If true, the user can zoom-in be double left-click and zoom-out by double right-click.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool MouseDoubleClickZoom { get; set; }

Property Value

Type: Boolean

Implements

IMapMouseDoubleClickZoom
See Also