GoXam for WPF v3
Layout Property (Group)
Northwoods.GoXam Namespace > Group Class : Layout Property
Gets or sets the Northwoods.GoXam.Layout.IDiagramLayout used to position the member nodes and route the member links of this Group.
Syntax
public IDiagramLayout Layout {get; set;}

Property Value

Initially this is an instance of Northwoods.GoXam.Layout.DiagramLayout. If the value is null, there is no automatic layout of the member nodes of this group, and the member nodes may be laid out by the containing group's layout, or else by the diagram's Layout. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
See Also

Reference

Group Class
Group Members