Northwoods.GoSilverlight 1.3.5 Assembly
PartsModel Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : PartsModel Property

Gets or sets the special model used to hold Parts that are not bound to data.

Syntax

Visual Basic (Declaration) 
Public Property PartsModel As PartsModel
C# 
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.

Requirements

See Also

© 2012 All Rights Reserved.