MindFusion.Wpf Pack Programmer's Guide
InteractionState.MouseMoved Property
See Also
 





Gets or sets a value indicating whether the mouse pointer has moved since the user pressed down the mouse button.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool MouseMoved { get; set; }

Visual Basic  Copy Code

Public Property MouseMoved As Boolean

 Property Value

True is the mouse has moved; otherwise, false.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming.Wpf Namespace