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

Gets or sets the manner in which tree-structured diagrams are assumed to be defined.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property TreePath As TreePath
C# 
[CategoryAttribute("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 Diagram.CommandHandler when DeletingInclusions or CopyingInclusions includes tree children, or when dragging nodes by the DraggingTool when Northwoods.GoXam.Tool.DraggingTool.Inclusions includes tree children.

Requirements

See Also

© 2010 All Rights Reserved.