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