BeginMoveDrag Method
Starts moving a window with left button being held. Should be called from left mouse button press event handler
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void BeginMoveDrag(
PointerPressedEventArgs e
)
Public Sub BeginMoveDrag (
e As PointerPressedEventArgs
)
member BeginMoveDrag :
e : PointerPressedEventArgs -> unit