Gets the key related to the event.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Key Key { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Key As Key |
RemarksThis property is relevant for KeyDown and KeyUp events.
See Also