GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / Alignment Property
In This Topic
    Alignment Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets how this parent node should be aligned relative to its children.
    Syntax
    public GoLayoutTreeAlignment Alignment {get; set;}

    Property Value

    The default value is GoLayoutTreeAlignment.GoLayoutTreeAlignment.CenterChildren.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also