Gets the number of child components of this component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual int ChildCount { get; } |
Visual Basic Copy Code |
---|
Public Overridable ReadOnly Property ChildCount As Integer |
An integer value specifying the number of direct children of this component.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |