Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CompositeIcon Class / Icons Property


In This Topic
    Icons Property
    In This Topic
    Gets the list of icons that will be rendered.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Icons As ObservableCollection(Of C1Icon)
    'Usage
     
    
    Dim instance As C1CompositeIcon
    Dim value As ObservableCollection(Of C1Icon)
     
    value = instance.Icons
    public ObservableCollection<C1Icon> Icons {get;}
    See Also