Gets or sets the height of the ellipse
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The width is smaller than the height of the ellipse. |
| System..::.ArgumentException | The height of the ellipse is less or equal zero. |