MindFusion.Wpf Pack Programmer's Guide
ContentCollection Members
Constructors Properties Methods
 


Implements the Diagram.Content property, which allow defining diagram elements through XAML.

The following tables list the members exposed by the ContentCollection type.

 Public Constructors

  Name Description

ContentCollection

Initializes a new instance of the ContentCollection class.

 Public Properties

  Name Description

IsFixedSize

Gets a value indicating whether the list has a fixed size.

IsReadOnly

Gets a value indicating whether the list is read-only.

IsSynchronized

IList.IsSynchronized implementation.

Item

IList indexer implementation.

SyncRoot

IList.SyncRoot implementation.

 Public Methods

  Name Description

Add

Adds the specified item to the collection.

Clear

Removes all items from the list.

Contains

Gets a value that indicates whether the item is a member of the collection.

CopyTo

IList.CopyTo implementation.

IndexOf

Gets the zero-based index of the item in the underlying collection.

Insert

Inserts an item into the list at the zero-based index specified.

Remove

Removes the specified item from the list.

RemoveAt

Removes the list item at the specified index.

 Protected Methods

  Name Description

OnValidate

IList.OnValidate implementation.

 See Also

ContentCollection Class
MindFusion.Diagramming.Wpf Namespace