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


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