ASP.NET Pack Programmer's Guide
ShapeCollection.Item Property
See Also
 





Gets or sets the diagram item at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As Shape

 Parameters

index

The zero-based index of the shape to retrieve.

 Property Value

An instance of the Shape class that represents the shape at the specified position.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Diagramming Namespace