Class BlazorWindowMouseDragController
Implements the default window drag behavior for a IBlazorWindow, enabling the window to be repositioned via mouse dragging
Inheritance
BlazorWindowMouseDragController
Inherited Members
Namespace: PoeShared.Blazor.Wpf
Assembly: PoeShared.Blazor.Wpf.dll
Syntax
public class BlazorWindowMouseDragController : BlazorWindowMouseDragControllerBase, IDisposable, INotifyPropertyChanged
Constructors
Name | Description |
---|---|
BlazorWindowMouseDragController(IBlazorWindow, BlazorContentControl) |
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 |