Gets a mapping between nodes and their assigned layers.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Dictionary<DiagramNode, Int32> NodeLayerIndices { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NodeLayerIndices As Dictionary(Of DiagramNode, Int32) |
See Also