Enum WindowState
The state of the target window.
[JsonConverter(typeof(JsonStringEnumConverter<WindowState>))]
public enum WindowState
Fields
Fullscreen = 3Maximized = 2Minimized = 1Normal = 0
The state of the target window.
[JsonConverter(typeof(JsonStringEnumConverter<WindowState>))]
public enum WindowState
Fullscreen = 3Maximized = 2Minimized = 1Normal = 0