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