DiagramLite Programmer's Guide
InteractionState.CurrentPoint Property
See Also
 





Gets or sets the current location of the mouse pointer.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Point CurrentPoint { get; set; }

Visual Basic  Copy Code

Public Property CurrentPoint As Point

 Property Value

A Silverlight System.Windows Point object that specifies the current location of the cursor, in document coordinates.

 See Also

InteractionState Members
InteractionState Class
MindFusion.Diagramming Namespace