IMapMouseDoubleClickZoom 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 bool MouseDoubleClickZoom { get; set; }
Property MouseDoubleClickZoom As Boolean
Get
Set
property bool MouseDoubleClickZoom {
bool get ();
void set (bool value);
}
abstract MouseDoubleClickZoom : bool with get, set
Property Value
Type:
BooleanSee Also