Method SetIsResizable
| Edit this page View SourceSetIsResizable(Window, bool)
Enables or disables the ability to resize the window.
Declaration
public static void SetIsResizable(this Window window, bool enable)
Parameters
Type | Name | Description |
---|---|---|
Window | window | |
bool | enable |
Remarks
The presenter must be an overlapped presenter.
Exceptions
Type | Condition |
---|---|
NotSupportedException | Throw if the AppWindow Presenter isn't an overlapped presenter. |