MindFusion.Wpf Pack Programmer's Guide
CollectionBase(T).Item Property
See Also
 





Gets or sets the element at the specified index.

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

 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

The zero-based index of the element to get or set.

 Property Value

The element at the specified index.

 See Also

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