Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1InputEventArgs Class / IsShiftPressed Property


In This Topic
    IsShiftPressed Property
    In This Topic
    Gets whether shift key is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsShiftPressed As Boolean
    'Usage
     
    
    Dim instance As C1InputEventArgs
    Dim value As Boolean
     
    value = instance.IsShiftPressed
    public bool IsShiftPressed {get;}
    See Also