Gets layout-specific information about the nodes and links participating in the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LayeredLayoutStatistics Statistics { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Statistics As LayeredLayoutStatistics |
An instance of the LayeredLayoutStatistics class containing detailed information about the performed layout, such as the layers individual nodes were assigned to.
See Also