MindFusion.Wpf Pack Programmer's Guide
DiagramItemCollection Methods
 


 Public Methods

  Name Description

Add

Adds the specified diagram item to the collection. (Inherited from ItemCollectionBase.)

Add

Adds the specified diagram item to the collection.

Clear

Removes all diagram items from the collection. (Inherited from ItemCollectionBase.)

Clone

Creates a shallow copy of this collection.

Contains

Determines whether an element is in the collection. (Inherited from CollectionBase.)

CopyTo

  (Inherited from CollectionBase.)

GetAt

Gets the diagram item at the specified position. (Inherited from ItemCollectionBase.)

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from CollectionBase.)

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.)

Insert

Inserts the specified diagram item into the collection at the specified position. (Inherited from ItemCollectionBase.)

Remove

Removes the diagram item from the collection. (Inherited from ItemCollectionBase.)

RemoveAt

Removes the diagram item from the collection. (Inherited from ItemCollectionBase.)

 Protected Methods

  Name Description

RaiseAdding

Raises the Adding event. (Inherited from ItemCollectionBase.)

RaiseInserting

Raises the Inserting event. (Inherited from ItemCollectionBase.)

RaiseRemoving

Raises the Removing event. (Inherited from ItemCollectionBase.)

 See Also

DiagramItemCollection Class
MindFusion.Diagramming.Wpf Namespace