Gets the number of shapes in the list box.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
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.
RemarksIf a ShapeFilter is applied, only the non-filtered items will be counted.
See Also