IParentNode.Children
IParentNode.Children property
Returns the child elements.
public HTMLCollection Children { get; }
Property Value
The children.
See Also
- class HTMLCollection
 - interface IParentNode
 - namespace Aspose.Svg.Dom
 - assembly Aspose.SVG
 
Returns the child elements.
public HTMLCollection Children { get; }
The children.