IWindowImplBeginResizeDrag 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.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void BeginResizeDrag(
	WindowEdge edge,
	PointerPressedEventArgs e
)

Parameters

edge  WindowEdge
 
e  PointerPressedEventArgs
 

See Also