Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PathIcon Class / Resources Property


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