Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Image Class / GestureRecognizers Property


In This Topic
    GestureRecognizers Property (Image)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GestureRecognizers As IList(Of IGestureRecognizer)
    'Usage
     
    
    Dim instance As Image
    Dim value As IList(Of IGestureRecognizer)
     
    value = instance.GestureRecognizers
    public IList<IGestureRecognizer> GestureRecognizers {get;}
    See Also