Method GetIsMaximizable
| Edit this page View SourceGetIsMaximizable(Window)
Gets a value indicating whether this window is maximizeable or not.
Declaration
public static bool GetIsMaximizable(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | window |
Returns
| Type | Description |
|---|---|
| bool |
|