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