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