GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / BreadthLimit Property
In This Topic
    BreadthLimit Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets how broad a node and its descendents should be.
    Syntax
    public float BreadthLimit {get; set;}

    Property Value

    By default this is zero. A value of zero imposes no limit; a positive value will specify a limit for the total width of this subtree.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also