Window.

BeginMoveDrag(PointerPressedEventArgs) Method

Summary

Starts moving a window with left button being held. Should be called from left mouse button press event handler
Namespace
Avalonia.Controls
Containing Type
Window

Syntax

public void BeginMoveDrag(PointerPressedEventArgs e)

Parameters

Name Type Description
e PointerPressedEventArgs

Return Value

Type Description
void