Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1TappedEventArgs Class / IsDown Property


In This Topic
    IsDown Property
    In This Topic
    Gets a value indicating whether the event is performed with the mouse down.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDown As Boolean
    'Usage
     
    
    Dim instance As C1TappedEventArgs
    Dim value As Boolean
     
    value = instance.IsDown
    public bool IsDown {get;}
    See Also