INonDocumentTypeChildNodeNextElementSibling Property |
Returns the first following sibling that is an element, and null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxElement NextElementSibling { get; }
ReadOnly Property NextElementSibling As Element
Get
property Element^ NextElementSibling {
Element^ get ();
}
abstract NextElementSibling : Element with get
Property Value
Type:
Element
The next element sibling.
See Also