GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / Orientation Property
In This Topic
    Orientation Property (GoSimpleNode)
    In This Topic
    Gets or sets the general orientation of the node
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The general orientation of the node and how links connect to it")]
    public virtual Orientation Orientation {get; set;}

    Property Value

    This defaults to Orientation.Horizontal
    See Also