Click or drag to resize
PointerRoutedEventArgsKeyModifiers Property
Gets a value that indicates which key modifiers were active at the time that the pointer event was initiated.

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public VirtualKeyModifiers KeyModifiers { get; }

Property Value

Type: VirtualKeyModifiers
See Also