GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / AlternateDefaults Property
In This Topic
    AlternateDefaults Property
    In This Topic
    Gets the object holding the default values for alternate layer GoLayoutTreeNodes, used when the Style is GoLayoutTreeStyle.Alternating or GoLayoutTreeStyle.LastParents.
    Syntax
    public GoLayoutTreeNode AlternateDefaults {get;}
    Remarks
    See the list of inheritable properties in the remarks for RootDefaults. The other properties of this GoLayoutTreeNode are ignored.
    See Also