Gets or Sets radius

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public float Radius { get; set; }
Visual Basic
Public Property Radius As Single
	Get
	Set
Visual C++
public:
property float Radius {
	float get ();
	void set (float value);
}

See Also