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


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