Gets or sets the position of the mouse when its button has been pressed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected Nullable<Point> MouseDownPoint { get; set; } |
Visual Basic Copy Code |
---|
Protected Property MouseDownPoint As Nullable(Of Point) |
A System.Windows.Point structure containing the mouse pointer coordinates.