GoXam for WPF v3
CanLayoutPart Method (DiagramLayout)
Northwoods.GoXam.Layout Namespace > DiagramLayout Class : CanLayoutPart Method
Decide whether a given Northwoods.GoXam.Part should participate in this layout.
Syntax
public virtual bool CanLayoutPart( 
   Part part
)

Parameters

part

Return Value

Typically this should return false if the part is not visible, if the part is in a temporary Northwoods.GoXam.Layer, or if the part's LayoutId is "None". This should return true if the part's LayoutId is "All" or if it matches the Id of this layout.
See Also

Reference

DiagramLayout Class
DiagramLayout Members