Search
ShapeListBox.ShapeCount Property
See Also
 





Gets the number of shapes in the list box.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public int ShapeCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property ShapeCount As Integer

 Property Value

An integer value representing the number of shapes currently in the list box.

 Remarks

If a ShapeFilter is applied, only the non-filtered items will be counted.

 See Also