IElementTraversalPreviousElementSibling 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.Html.Dom.TraversalAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax Element PreviousElementSibling { get; }
ReadOnly Property PreviousElementSibling As Element
Get
property Element^ PreviousElementSibling {
Element^ get ();
}
abstract PreviousElementSibling : Element with get
Property Value
Type:
Element
The previous element sibling.
See Also