Enum KeyModifiers
Sets a combination of key modifiers, on recognition of which the command will be executed.They are None - no modifiers are pressed Control - ctrl key Meta - meta key im mac Alt - alt key Shift - shift key
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum KeyModifiers
Fields
| Name | Description |
|---|---|
| Alt | The ALT key |
| Control | The Meta key pressed in Mac |
| Meta | The Meta key pressed in Mac |
| None | No modifiers are pressed |
| Shift | The Shift key |