CircleShape.Radius Property

SFML.Net

CircleShapeRadius Property
The radius of the shape

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public float Radius { get; set; }
Public Property Radius As Single
	Get
	Set
public:
property float Radius {
	float get ();
	void set (float value);
}
member Radius : float32 with get, set

Property Value

Type: Single
See Also