Enables zoom to vectorial objects (lines, boxs,..). This allows to enlarge objects width on zoom-in.

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

Syntax

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

See Also