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