[]
Used to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes.
void Resize(double width, double height)
| Type | Name | Description |
|---|---|---|
| double | width | The requested width of the window. |
| double | height | The requested height of the window. |