Gets the length of the Path expressed as the number of Links participating in it.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int Length { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Length As Integer |
An integer value that represents the number of edges (links) in the path.
See Also