GoXam for WPF v3
MaxIterations Property
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : MaxIterations Property
Gets or sets the maximum number of iterations to perform when doing the force directed auto layout.
Syntax
[DefaultValue(100)]
[Description("the maximum number of iterations to perform")]
public int MaxIterations {get; set;}

Property Value

The value must be non-negative. The initial value is 100.
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members