Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ZoomStartedEventArgs Class / IsShiftPressed Property

In This Topic
    IsShiftPressed Property (C1ZoomStartedEventArgs)
    In This Topic
    Gets whether shift key is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsShiftPressed As Boolean
    public bool IsShiftPressed {get;}
    See Also