If true this is a magnify layer.

The bitmap of the layer is filled with the background zoomed according to MagnifyRate property.

This property doesn’t apply to layer 0.

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

Syntax

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

See Also