GoXam for WPF v3
UnloadingClearsPartManager Property
Northwoods.GoXam Namespace > Diagram Class : UnloadingClearsPartManager Property
Gets or sets whether when this Diagram is Unloaded, it should clear out all of the PartManager's Nodes and Links.
Syntax
public bool UnloadingClearsPartManager {get; set;}

Property Value

The initial value is true.
Remarks

If you expect to temporarily remove this diagram from the visual tree and re-insert it, you will want to set this property to false. The default value of true accommodates the usage pattern where removing the diagram from the visual tree is meant to discard the diagram permanently.

If the diagram is inside a TabControl, this treats the value of UnloadingClearsPartManager as if it were false.

See Also

Reference

Diagram Class
Diagram Members