GoXam for WPF v3
CanLayoutPart Method (LayoutManager)
Northwoods.GoXam Namespace > LayoutManager Class : CanLayoutPart Method
a Node or Link
the layout that might be responsible for positioning the part
This predicate decides whether a Part should participate in an Northwoods.GoXam.Layout.IDiagramLayout's layout.
Syntax
public virtual bool CanLayoutPart( 
   Part p,
   IDiagramLayout lay
)

Parameters

p
a Node or Link
lay
the layout that might be responsible for positioning the part

Return Value

True if the part is visible and if the part's LayoutId is not "None" and is either "All" or the same value as the layout's Northwoods.GoXam.Layout.IDiagramLayout.Id. False for all Adornments and for all Nodes that are IsLinkLabel, and for all Groups that have no Layout.
See Also

Reference

LayoutManager Class
LayoutManager Members