Gets or sets the width of this RectangleD structure.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property Width As Double
	Get
	Set
C#
public double Width { get; set; }
Visual C++
public:
property double Width {
	double get ();
	void set (double value);
}
JavaScript
function get_width();
function set_width(value);

Return Value

The width of this RectangleD structure.

See Also