Node.FirstChild
Node.FirstChild property
The first child of this node. If there is no such node, this returns null.
public Node FirstChild { get; }
See Also
- class Node
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG
The first child of this node. If there is no such node, this returns null.
public Node FirstChild { get; }