GoXam for WPF v3
MultiLayout Class
Members 
Northwoods.GoXam.Layout Namespace : MultiLayout Class
This IDiagramLayout is a compound layout where each of the nested Layouts works on a subset of the nodes and links that are this MultiLayout's responsibility.
Object Model
MultiLayout ClassDiagram ClassGroup Class
Syntax
[DesignTimeVisible(false)]
[ContentProperty("Layouts")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class MultiLayout : System.Windows.FrameworkElement, IDiagramLayout  
Remarks

The items in the Layouts collection must implement the IDiagramLayout interface, and are normally instances of a DiagramLayout class. Nesting of MultiLayouts is probably not useful.

Although this class inherits from FrameworkElement in order to support data binding, it is not really a FrameworkElement or UIElement! Please ignore all of the properties, methods, and events defined by FrameworkElement and UIElement.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  Northwoods.GoXam.Layout.MultiLayout

See Also

Reference

MultiLayout Members
Northwoods.GoXam.Layout Namespace