[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElement.HasChildren

HasChildren Property

HasChildren

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.

Declaration
public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean