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