GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / RootDefaults Property
In This Topic
    RootDefaults Property
    In This Topic
    Gets the object holding the default values for root GoLayoutTreeNodes.
    Syntax
    public GoLayoutTreeNode RootDefaults {get;}
    Remarks
    The values for the following inheritable properties are actually stored in this object: Sorting, Comparer, Angle, Alignment, NodeIndent, NodeSpacing, LayerSpacing, Compaction, BreadthLimit, RowSpacing, RowIndent, CommentSpacing, CommentMargin, SetsPortSpot, PortSpot, SetsChildPortSpot, ChildPortSpot. The other properties of this GoLayoutTreeNode are ignored.
    See Also