Summary
Starts resizing a window. This function is used if an application has window resizing controls.
Should be called from left mouse button press event handler
- Namespace
- Avalonia
.Controls - Containing Type
- Window
Syntax
public void BeginResizeDrag(WindowEdge edge, PointerPressedEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
edge | WindowEdge | |
e | Pointer |
Return Value
Type | Description |
---|---|
void |