MindFusion.Wpf Pack Programmer's Guide
ContentCollection.Add Method
See Also
 





Adds the specified item to the collection.

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

 Syntax

C#  Copy Code

public int Add (
    Object value
)

Visual Basic  Copy Code

Public Function Add( _
    value As Object _
) As Integer

 Parameters

value

An instance of DiagramItem or UIElement derived class.

 Return Value

The zero-based index of the item that was just added.

 See Also

ContentCollection Members
ContentCollection Class
MindFusion.Diagramming.Wpf Namespace