Double-click to zoom in, or Shift+double-click to zoom out.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DblClickZoom { get; set; }
Public Property DblClickZoom As Boolean
	Get
	Set
public:
property bool DblClickZoom {
	bool get ();
	void set (bool value);
}

See Also