Search
PathCollection.Item Property
See Also
 





Gets or sets the Path at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index
The zero-based index of the Path element to access.

 Property Value

An instance of the Path class that represents the path at the specified position.

 See Also