Northwoods.GoSilverlight 1.2.2 Assembly
PartManager Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : PartManager Property

Gets or sets the PartManager responsible for creating and updating Parts for all of the data managed by the Diagram.Model.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Model")>
Public Property PartManager As PartManager
C# 
[CategoryAttribute("Model")]
public PartManager PartManager {get; set;}

Property Value

The initial value is an instance of PartManager. There must always be a non-null value for this property. PartManagers cannot be shared by Diagrams.

Requirements

See Also

© 2010 All Rights Reserved.