Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / AnnotationLayer Class / Effects Property


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