GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Path Property
In This Topic
    Path Property
    In This Topic
    Gets or sets how the tree should be constructed from the GoLayoutTreeLinks connecting GoLayoutTreeNodes.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GoLayoutTreePath Path {get; set;}

    Property Value

    The default value is GoLayoutTreePath.GoLayoutTreePath.Destination.
    See Also