GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / LayerSpacing Property
In This Topic
    LayerSpacing Property (GoLayoutLayeredDigraph)
    In This Topic
    Gets or sets the size of each layer
    Syntax
    [DefaultValue(25)]
    [Description("the size of each layer")]
    public virtual float LayerSpacing {get; set;}

    Property Value

    The value must be positive. It defaults to 25.
    See Also