Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Children Property

In This Topic
    Children Property (SvgElement)
    In This Topic
    Gets the collection of child elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As SvgElementCollection
    public SvgElementCollection Children {get;}
    See Also