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