Gets a mapping between links and the number of layers they run through.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public Dictionary<DiagramLink, Int32> LinkLayerCount { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property LinkLayerCount As Dictionary(Of DiagramLink, Int32) |