GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Style Property
In This Topic
    Style Property (GoLayoutTree)
    In This Topic
    Gets or sets the GoLayoutTreeStyle for the resulting trees.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GoLayoutTreeStyle Style {get; set;}

    Property Value

    The default value is GoLayoutTreeStyle.Layered.
    See Also