HasChildren Property (SvgElement)
Gets a value indicating whether the current element has any children. Using this property rather than checking for Children.Count being greater than zero improves performance and reduces memory usage.
public System.bool HasChildren {get;}
'Declaration
Public ReadOnly Property HasChildren As System.Boolean