Text.Style Property

SFML.Net

TextStyle Property
Style of the text (see Styles enum)

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

Property Value

Type: TextStyles
See Also