DiagramLite Programmer's Guide
CollectionBase(T, E).Item Property
See Also
 





An indexer that lets you access the element at the specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public T Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As T

 Parameters

index

 Property Value

 See Also

CollectionBase(T, E) Members
CollectionBase(T, E) Class
MindFusion.Diagramming Namespace