Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / GestureRecognizers Property


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