Gets or sets the diameter of the circle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.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

ExceptionCondition
System..::.ArgumentExceptionThe diameter is zero or negative.

See Also