GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / Alignment Property
In This Topic
    Alignment Property (GoLayoutTree)
    In This Topic
    Gets or sets the default alignment of parents relative to their children.
    Syntax
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GoLayoutTreeAlignment Alignment {get; set;}

    Property Value

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