Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / KeyEventArgs Class / Shift Property


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