Gets the location related to the event.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Point Position { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Position As Point |
A Point object specifying the current mouse position.
See Also