IParentNodeLastElementChild Property |
Returns the last child that is an element, and null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxElement LastElementChild { get; }
ReadOnly Property LastElementChild As Element
Get
property Element^ LastElementChild {
Element^ get ();
}
abstract LastElementChild : Element with get
Property Value
Type:
Element
The last element child.
Implements
IElementTraversalLastElementChild
See Also