Window.Settings Property

SFML.Net

WindowSettings Property
Creation settings of the window

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

Property Value

Type: ContextSettings
See Also