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





Gets or sets the Path at the specified position.

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

 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

PathCollection Members
PathCollection Class
MindFusion.Diagramming.Wpf Namespace