KeyboardEventShiftKey Property
true if the shift (Shift) key modifier was active.

Namespace: Aspose.Svg.Dom.Events
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public bool ShiftKey { get; }

Property Value

Type: Boolean
true if Shift; otherwise, false.
See Also