Specifies the layer size (i.e. display width when zoom is 100%).

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

Syntax

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

See Also