GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / RowSpacing Property
In This Topic
    RowSpacing Property (GoLayoutTree)
    In This Topic
    Gets or sets the distance between rows of children.
    Syntax
    [DefaultValue(25)]
    public float RowSpacing {get; set;}

    Property Value

    The default value is 25.
    Remarks

    This property is only used when there is more than one row of children for a given parent node. LayerSpacing determines the distance between the parent node and its first row of child nodes.

    This just gets or sets the RootDefaults's property of the same name.

    See Also