GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / PackOption Property
In This Topic
    PackOption Property
    In This Topic
    Gets or sets the options used by StraightenAndPack.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("flags that can be combined to control how to straighten links and pack nodes together")]
    public virtual GoLayoutLayeredDigraphPack PackOption {get; set;}

    Property Value

    is a bitwise combination of GoLayoutLayeredDigraphPack values
    See Also