Gets or sets radius of the circle.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public double Radius { get; set; }
Visual Basic (Declaration)
Public Property Radius As Double
Visual C++
public:
property double Radius {
	double get ();
	void set (double value);
}

See Also