GoXam for WPF v3
InDiagramBounds Property
Northwoods.GoXam Namespace > Part Class : InDiagramBounds Property
Gets or sets whether this part is included or is ignored in the computation of the diagram bounds, by ComputeDiagramBounds.
Syntax
public bool InDiagramBounds {get; set;}

Property Value

The default value is true. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
Remarks
You might set this to false for some kinds of background objects.
See Also

Reference

Part Class
Part Members