MindFusion.Wpf Pack Programmer's Guide
ItemCollectionBase(T).Insert Method
See Also
 





Inserts the specified diagram item into the collection at the specified position.

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

 Syntax

C#  Copy Code

public override void Insert (
    int index,
    T item
)

Visual Basic  Copy Code

Public Overrides Sub Insert( _
    index As Integer, _
    item As T _
)

 Parameters

index

The zero-based index at which to insert the item.

item

The DiagramItem object to add to the collection.

 See Also

ItemCollectionBase(T) Members
ItemCollectionBase(T) Class
MindFusion.Diagramming.Wpf Namespace