Enum KeyModifiers
Used to specifies the key modifiers
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
[Flags]
public enum KeyModifiers
Fields
| Name | Description |
|---|---|
| Alt | The ALT key. |
| Control | The CTRL key. |
| Meta | The Meta keys pressed. |
| None | No modifiers are pressed. |
| Shift | The SHIFT key. |