GoXam for WPF v3
ValidLayout Property (IDiagramLayout)
Northwoods.GoXam.Layout Namespace > IDiagramLayout Interface : ValidLayout Property
Gets or sets whether this layout is valid; if not, the Northwoods.GoXam.LayoutManager will call DoLayout sometime in order to try to make the layout valid.
Syntax
bool ValidLayout {get; set;}
Remarks
As parts are added, modified, or removed, or as layouts are replaced, Invalidate will be called, and depending on the conditions will set this property to false.
See Also

Reference

IDiagramLayout Interface
IDiagramLayout Members