VideoMode.FullscreenModes Property

SFML.Net

VideoModeFullscreenModes Property
Get the list of all the supported fullscreen video modes

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static VideoMode[] FullscreenModes { get; }
Public Shared ReadOnly Property FullscreenModes As VideoMode()
	Get
public:
static property array<VideoMode>^ FullscreenModes {
	array<VideoMode>^ get ();
}
static member FullscreenModes : VideoMode[] with get

Property Value

Type: VideoMode
See Also