| KeyboardEventShiftKey Property |
true if the shift (Shift) key modifier was active.
Namespace: Aspose.Svg.Dom.EventsAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic bool ShiftKey { get; }Public ReadOnly Property ShiftKey As Boolean
Get
public:
property bool ShiftKey {
bool get ();
}member ShiftKey : bool with get
Property Value
Type:
Booleantrue if Shift; otherwise,
false.
See Also