Shape.OutlineThickness Property

SFML.Net

ShapeOutlineThickness Property
Thickness of the shape's outline

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

Property Value

Type: Single
See Also