StandardTool.MouseDoubleClickZoomEnabled Property
Gets or sets a flag indicating if the user may zoom the view by double-clicking the left mouse button.
Thread safety: This property is not thread-safe and it should only be accessed from the GUI thread. Show
Syntax
public System.Boolean MouseDoubleClickZoomEnabled { get; set; }
Property Value
Type: System.Boolean
Default: true
True if double-click zooming is enabled, False otherwise.
Default: true
True if double-click zooming is enabled, False otherwise.
Platforms
Windows, Linux, Android