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


In This Topic
    Resources Property (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Resources As Xamarin.Forms.ResourceDictionary
    'Usage
     
    
    Dim instance As AnnotationLayer
    Dim value As Xamarin.Forms.ResourceDictionary
     
    instance.Resources = value
     
    value = instance.Resources
    public Xamarin.Forms.ResourceDictionary Resources {get; set;}
    See Also