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)
- C#
- VB
- F#
public void BeginResizeDrag(
WindowEdge edge,
PointerPressedEventArgs e
)
Public Sub BeginResizeDrag (
edge As WindowEdge,
e As PointerPressedEventArgs
)
member BeginResizeDrag :
edge : WindowEdge *
e : PointerPressedEventArgs -> unit