Northwoods.GoWPF 2.2.4 Assembly
PartsModel Property

Gets or sets the special model used to hold Parts that are not bound to data.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property PartsModel As PartsModel
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(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.
Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback