Skip to main content

BeginResizeDrag Method

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public void BeginResizeDrag(
WindowEdge edge,
PointerPressedEventArgs e
)

Parameters

  WindowEdge
 
  PointerPressedEventArgs
 

See Also

Reference

Window Class
Avalonia.Controls Namespace