| 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.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic Element PreviousElementSibling { get; }Public ReadOnly Property PreviousElementSibling As Element
Get
public:
virtual property Element^ PreviousElementSibling {
Element^ get () sealed;
}abstract PreviousElementSibling : Element with get
override PreviousElementSibling : Element with get
Property Value
Type:
ElementImplements
IElementTraversalPreviousElementSibling
See Also