Class BlazorWindowEdgeResizeController
Implements the default window resize behavior for a IBlazorWindow, enabling the window to be resized by dragging edges/corners
Inheritance
BlazorWindowEdgeResizeController
Inherited Members
Namespace: PoeShared.Blazor.Wpf
Assembly: PoeShared.Blazor.Wpf.dll
Syntax
public class BlazorWindowEdgeResizeController : BlazorWindowMouseDragControllerBase, IDisposable, INotifyPropertyChanged
Constructors
Name | Description |
---|---|
BlazorWindowEdgeResizeController(IBlazorWindow, BlazorContentControl, WindowResizeDirection) |
Methods
Name | Description |
---|---|
GetOverrideCursor() | Optionally overrides the cursor shown during dragging. |
HandleMove(int, int) | Called during a drag operation when the mouse is moved, delta takes into consideration start point, cursor position, etc |