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

    Property Value

    The default is GoLayoutTreeSorting.Forwards.
    Remarks
    This just gets or sets the RootDefaults's property of the same name.
    See Also