Class 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
Inheritance
System.Object
    KeyModifiers
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class KeyModifiers : Enum
  Fields
Alt
The ALT key
Declaration
public const KeyModifiers Alt
  Field Value
| Type | 
|---|
| KeyModifiers | 
Control
The Meta key pressed in Mac
Declaration
public const KeyModifiers Control
  Field Value
| Type | 
|---|
| KeyModifiers | 
Meta
The Meta key pressed in Mac
Declaration
public const KeyModifiers Meta
  Field Value
| Type | 
|---|
| KeyModifiers | 
None
No modifiers are pressed
Declaration
public const KeyModifiers None
  Field Value
| Type | 
|---|
| KeyModifiers | 
Shift
The Shift key
Declaration
public const KeyModifiers Shift
  Field Value
| Type | 
|---|
| KeyModifiers |