Click or drag to resize

E3DWindowState Enumeration

Represents the state of an IWindow

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public enum E3DWindowState
Members
  Member nameValueDescription
Normal0 The window is restored.
Minimized1 The window is minimized.
Maximized2 The window is maximized.
See Also