Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1LinearGauge Class / Effects Property


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