MindFusion.Wpf Pack Programmer's Guide
ShapeCollection.Item Property
See Also
 





Gets the diagram item at the specified position.

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

 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.Wpf Namespace