Called when the left mouse button is pressed while the pointer is over this label.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual void OnMouseDown ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnMouseDown( _ |
A System.Windows.Point instance that specifies the current mouse position.
See Also