GoXam for WPF v3
InitialParts Property
Northwoods.GoXam Namespace > Diagram Class : InitialParts Property
Gets the list of Parts that are automatically included in the diagram without coming from the Model.
Syntax
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public IList InitialParts {get;}
Remarks
This property is declared as the ContentProperty for this control, so that you can define Nodes and Links that are nested inside the Diagram element in XAML.
See Also

Reference

Diagram Class
Diagram Members