Northwoods.GoWPF 2.2.4 Assembly
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 Property UnloadingClearsPartManager As Boolean
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.

Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback