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