Window.

BeginResizeDrag(WindowEdge, PointerPressedEventArgs) Method

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 PointerPressedEventArgs

Return Value

Type Description
void