Gets or sets the width of the ellipse

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double Width { get; set; }
Visual Basic (Declaration)
Public Property Width As Double
Visual C++
public:
property double Width {
	double get ();
	void set (double value);
}

Field Value

The width of the ellipse.

Remarks

The width of the ellipse is the length of the major axis (i.e. the large diameter).

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe width is smaller than the height of the ellipse.
System..::.ArgumentExceptionThe width of the ellipse is less or equal zero.

See Also