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

Property Value

Initially this is an instance of Northwoods.GoXam.Layout.DiagramLayout. This value may be null, in which case there is no automatic layout of top-level nodes, but there still may be layout of the nodes that are members of groups that have their own layouts.
Remarks
The LayoutManager is responsible for performing this layout after performing any nested layouts that might be defined for some groups via the Layout property.
See Also

Reference

Diagram Class
Diagram Members