Shape.OutlineColor Property

SFML.Net

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

Property Value

Type: Color
See Also