GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / Orientation Property
In This Topic
    Orientation Property (GoListGroup)
    In This Topic
    Gets or sets the direction in which the child objects are positioned relative to each other.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How LayoutChildren will position the items.")]
    public virtual Orientation Orientation {get; set;}

    Property Value

    The default orientation is Vertical.
    See Also