GoXam for WPF v3
PartsModel Property
Northwoods.GoXam Namespace > Diagram Class : PartsModel Property
Gets or sets the special model used to hold Parts that are not bound to data.
Syntax
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public PartsModel PartsModel {get; set;}

Property Value

The initial value is an instance of PartsModel. It is first populated when the diagram is initialized by the Parts held by the InitialParts collection. There must always be a value for this property.
Remarks
This special model is also used to hold temporary nodes and links used by tools such as LinkingTool. The parts managed by this model can be added to any layer in the diagram.
See Also

Reference

Diagram Class
Diagram Members