Property WindowState
| Edit this page View SourceWindowState
Gets or sets the current window state.
Declaration
public WindowState WindowState { get; set; }
Property Value
Type | Description |
---|---|
WindowState | A WindowState that determines whether a window is restored, minimized, or maximized. The default is Normal (restored). |
Remarks
When the WindowState property is changed, WindowStateChanged is raised.
note
This property only has affect when using the OverlappedPresenter.