Search
AnnealLayout.Statistics Property
See Also
 






Gets statistics about the layout execution and end results.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnnealLayoutStatistics Statistics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Statistics As AnnealLayoutStatistics

 Property Value

An instance of the AnnealLayoutStatistics class.

 See Also