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


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