GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / RowSpacing Property
In This Topic
    RowSpacing Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the distance between rows within one layer, all sharing the same parent.
    Syntax
    public float RowSpacing {get; set;}

    Property Value

    The default value is 25. Negative values may cause nodes to overlap.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also