Table of Contents

Enum WindowSize

Namespace
Whim
Assembly
Whim.dll
The size of a window.
public enum WindowSize

Fields

Maximized = 2
The window is maximized.
Minimized = 1
The window is minimized.
Normal = 0
The window is in its normal state.