Enum FullscreenMode
Represents supported fullscreen modes of a Window.
public enum FullscreenMode
Fields
BorderlessFullscreen = 2
The window is borderless fullscreen. Sometimes this is called a "fullscreen window".
ExclusiveFullscreen = 1
The window is exclusively fullscreen.
Windowed = 0
The window is not fullscreen.