GoXam for WPF v3
TreePath Property
Northwoods.GoXam Namespace > Diagram Class : TreePath Property
Gets or sets the manner in which tree-structured diagrams are assumed to be defined.
Syntax
[Category("Behavior")]
public TreePath TreePath {get; set;}

Property Value

The default value is Northwoods.GoXam.Layout.TreePath.Destination, which assumes that links go from the parent node to its child nodes. If the value is Northwoods.GoXam.Layout.TreePath.Source, tree operations assume that links go from each child node to its parent node.
Remarks
This only affects operations such as deleting and copying nodes by the CommandHandler when DeletingInclusions or CopyingInclusions includes tree children, or when dragging nodes by the DraggingTool when Northwoods.GoXam.Tool.DraggingTool.Inclusions includes tree children.
See Also

Reference

Diagram Class
Diagram Members