DiagramLite Programmer's Guide
BehaviorBase.MouseDownPoint Property
See Also
 





Gets or sets the position of the mouse when its button has been pressed.

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

 Syntax

C#  Copy Code

protected Nullable<Point> MouseDownPoint { get; set; }

Visual Basic  Copy Code

Protected Property MouseDownPoint As Nullable(Of Point)

 Property Value

A System.Windows.Point structure containing the mouse pointer coordinates.

 See Also

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming Namespace