GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Compaction Property
In This Topic
    Compaction Property (GoLayoutTree)
    In This Topic
    Gets or sets how closely to pack the child nodes of a subtree.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GoLayoutTreeCompaction Compaction {get; set;}

    Property Value

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