Texture.Repeated Property

SFML.Net

TextureRepeated Property
Control the repeat mode

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

Property Value

Type: Boolean
See Also