GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Arrangement Property
In This Topic
    Arrangement Property
    In This Topic
    Gets or sets how ArrangeTrees should lay out the separate trees.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GoLayoutTreeArrangement Arrangement {get; set;}

    Property Value

    The default value is GoLayoutTreeArrangement.GoLayoutTreeArrangement.Vertical.
    See Also