Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / GestureRecognizers Property


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