IDragAware
Interface
Represents an interface that defines methods and properties for drag-aware window behaviors.
Definition
Namespace:Telerik.Windows.Controls.InternalWindow
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public interface IDragAware
Derived Classes:
Methods
Called to handle the drag delta event, allowing the implementation to respond to changes in the dragging state.
C#
Rect OnDragDelta(Point globalMousePosition, Rect initialRect, Rect destinationRect, bool isResize)
Rect
Initiates the drag operation for the window.
C#
void OnDragStart(Point globalMousePosition, bool isResize)