Shape.FillColor Property

SFML.Net

ShapeFillColor Property
Fill color 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 Color FillColor { get; set; }
Public Property FillColor As Color
	Get
	Set
public:
property Color FillColor {
	Color get ();
	void set (Color value);
}
member FillColor : Color with get, set

Property Value

Type: Color
See Also