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