Search
LayeredLayout.Statistics Property
See Also
 





Gets layout-specific information about the nodes and links participating in the layout.

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

 Syntax

C#  Copy Code

public LayeredLayoutStatistics Statistics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Statistics As LayeredLayoutStatistics

 Property Value

An instance of the LayeredLayoutStatistics class containing detailed information about the performed layout, such as the layers individual nodes were assigned to.

 See Also