MindFusion.Wpf Pack Programmer's Guide
Selection.GetSize Method
See Also
 





Gets the number of selected items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int GetSize ()

Visual Basic  Copy Code

Public Function GetSize () As Integer

 Return Value

An integer value indicating the size of the collection.

 Remarks

Call this method to get the number of selected items, including both nodes and links.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace
Items Property