Gets or sets the height 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 Height { get; set; }
Visual Basic (Declaration)
Public Property Height As Double
Visual C++
public:
property double Height {
	double get ();
	void set (double value);
}

Field Value

The height of the ellipse.

Remarks

The height of the ellipse is the length of the minor axis (i.e. the small diameter).

Exceptions

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

See Also