GoXam for WPF v3
Diagram Property (PartsModel)
Northwoods.GoXam.Model Namespace > PartsModel Class : Diagram Property
Unlike most models, the PartsModel knows about the Northwoods.GoXam.Diagram that owns the Northwoods.GoXam.Parts that are this model's node data and link data.
Syntax
public Diagram Diagram {get; set;}

Property Value

This property is set by the Northwoods.GoXam.Diagram.PartsModel setter. You should not need to set this property.
See Also

Reference

PartsModel Class
PartsModel Members