GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutDirection Enumeration
In This Topic
    GoLayoutDirection Enumeration
    In This Topic
    This enumeration specifies the general direction in which the automatic layout algorithm will position nodes.
    Syntax
    public enum GoLayoutDirection : System.Enum 
    Members
    MemberDescription
    Down Start at the top and proceed downwards.
    Left Start at the right side and proceed toward the left.
    Right Start on the left side and proceed toward the right.
    Up Start at the bottom and proceed upwards.
    See Also