Gets or sets the diameter of the circle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double Diameter { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Diameter As Double |
| Visual C++ |
|---|
public: property double Diameter { double get (); void set (double value); } |
Field Value
The diameter of the circle.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The diameter is zero or negative. |