Table of Contents

Enum FormWindowState

Namespace
Stride.Graphics.SDL
Assembly
Stride.Graphics.dll

Set of window states to mimic the Windows forms one.

public enum FormWindowState

Fields

Fullscreen = 3
Maximized = 2
Minimized = 1
Normal = 0