Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / Children Property


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