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

    Property Value

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