GoXam for WPF v3
RootDefaults Property
Northwoods.GoXam.Layout Namespace > TreeLayout Class : RootDefaults Property
Gets or sets the object holding the default values for root TreeVertexs.
Syntax
public TreeVertex RootDefaults {get; set;}
Remarks
The values for the following inheritable properties are actually stored in this object: Sorting, Comparer, Angle, Alignment, NodeIndent, NodeIndentPastParent, NodeSpacing, LayerSpacing, LayerSpacingParentOverlap, Compaction, BreadthLimit, RowSpacing, RowIndent, CommentSpacing, CommentMargin, SetsPortSpot, PortSpot, SetsChildPortSpot, ChildPortSpot. The other properties of this TreeVertex are ignored.
See Also

Reference

TreeLayout Class
TreeLayout Members