Window
Window is a top-level ContentControl.
You will not usually create instances of the Window class directly; instead the Window class is usually sub-classed for each type of window to be shown by an application. For information on how to create new window classes from templates see the quickstart.
Common Properties
| Property | Description |
|---|---|
Title | The window title |
Icon | The window icon |
SizeToContent | Describes the window's auto-sizing behavior |
WindowState | The minimized/maximized state of the window |