Gets the number of shapes in the list box.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public int ShapeCount { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property ShapeCount As Integer |
An integer value representing the number of shapes currently in the list box.
If a ShapeFilter is applied, only the non-filtered items will be counted.