Search
LayeredLayoutStatistics.LinkLayerCount Property
See Also
 






Gets a mapping between links and the number of layers they run through.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Dictionary<DiagramLink, Int32> LinkLayerCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property LinkLayerCount As Dictionary(Of DiagramLink, Int32)

 Property Value

 See Also