Specifies where to draw the grid if DisplayGridKind is PixelGrid.

-1 : current layer (default behavior)

>= 0 : specific layer

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int DisplayGridLyr { get; set; }
Public Property DisplayGridLyr As Integer
	Get
	Set
public:
property int DisplayGridLyr {
	int get ();
	void set (int value);
}

See Also