GoXam for WPF v3
RandomNumberGenerator Property
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : RandomNumberGenerator Property
Gets or sets the random number generator used to give an initial push between objects that are located at the same position.
Syntax
public Random RandomNumberGenerator {get; set;}

Property Value

Initially this is null, which causes a new System.Random to be used.
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members