RenderWindow.Settings Property

SFML.Net

RenderWindowSettings Property
Creation settings of the window

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public override ContextSettings Settings { get; }
Public Overrides ReadOnly Property Settings As ContextSettings
	Get
public:
virtual property ContextSettings Settings {
	ContextSettings get () override;
}
abstract Settings : ContextSettings with get
override Settings : ContextSettings with get

Property Value

Type: ContextSettings
See Also