Search
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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Protected Property MouseDownPoint As Nullable(Of Point)

 Property Value

A Point structure containing the mouse pointer coordinates.

 See Also