Search
LayeredLayoutStatistics.NodeLayerIndices Property
See Also
 





Gets a mapping between nodes and their assigned layers.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Dictionary<DiagramNode, Int32> NodeLayerIndices { get; }

Visual Basic  Copy Code

Public ReadOnly Property NodeLayerIndices As Dictionary(Of DiagramNode, Int32)

 Property Value

 See Also