Method Maximize
| Edit this page View SourceMaximize(Window)
Maximizes the specified window.
Declaration
public static void Maximize(this Window window)
Parameters
Type | Name | Description |
---|---|---|
Window | window | Window |
Remarks
The presenter must be an overlapped presenter.
Exceptions
Type | Condition |
---|---|
NotSupportedException | Throw if the AppWindow Presenter isn't an overlapped presenter. |