GoXam for WPF v3
Layouts Property
Northwoods.GoXam.Layout Namespace > MultiLayout Class : Layouts Property
Gets the collection of IDiagramLayout layouts that are managed by this MultiLayout.
Syntax
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public IList Layouts {get;}
Remarks

Because this is a "Content" property, one can initialize an instance of MultiLayout in XAML just by creating nested elements that are themselves layouts.

Nesting of MultiLayouts is not supported, since it would probably not be useful.

See Also

Reference

MultiLayout Class
MultiLayout Members