DiagramLite Programmer's Guide
AnnealLayout.InitialTemperature Property
See Also
 





Gets or sets the initial temperature of the simulated annealing process.

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

 Syntax

C#  Copy Code

public double InitialTemperature { get; set; }

Visual Basic  Copy Code

Public Property InitialTemperature As Double

 Property Value

 Remarks

A low initial temperature prevents nodes from moving far from their initial position.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Layout Namespace