MindFusion.Wpf Pack Programmer's Guide
Path.Length Property
See Also
 





Gets the length of the Path expressed as the number of Links participating in it.

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

 Syntax

C#  Copy Code

public int Length { get; }

Visual Basic  Copy Code

Public ReadOnly Property Length As Integer

 Property Value

An integer value that represents the number of edges (links) in the path.

 See Also

Path Members
Path Class
MindFusion.Diagramming.Wpf Namespace