GoXam for WPF v3
LayoutManager Property
Northwoods.GoXam Namespace > Diagram Class : LayoutManager Property
Gets or sets the LayoutManager that is responsible for positioning all of the nodes in the diagram.
Syntax
[Category("DiagramLayout")]
public LayoutManager LayoutManager {get; set;}

Property Value

Initially this is an instance of LayoutManager. There must always be a non-null value for this property. LayoutManagers cannot be shared by Diagrams.
See Also

Reference

Diagram Class
Diagram Members