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


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