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


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