Gets or sets the horizontal component of this SizeD.

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 horizontal component of this SizeD.

See Also