ComponentBase.ChildCount override.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public override int ChildCount { get; } |
Visual Basic Copy Code |
---|
Public Overrides ReadOnly Property ChildCount As Integer |
Returns either 1 or 0 depending on whether the component currently hosts a child or not.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |