ElementPreviousElementSibling Property
Returns the previous sibling element node of this element. null if this element has no element sibling nodes that come before this one in the document tree.

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public Element PreviousElementSibling { get; }

Property Value

Type: Element

Implements

IElementTraversalPreviousElementSibling
See Also