ElementChildElementCount Property
Returns the current number of element nodes that are children of this element. 0 if this element has no child nodes that are of nodeType 1.

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

Property Value

Type: Int32
The child element count.

Implements

IParentNodeChildElementCount
IElementTraversalChildElementCount
See Also