GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPalette Class / Orientation Property
In This Topic
    Orientation Property (GoPalette)
    In This Topic
    Gets or sets how to fill the palette by positioning its items.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How to fill the palette by positioning its items.")]
    public virtual Orientation Orientation {get; set;}

    Property Value

    The default value is Orientation.Vertical.
    Remarks
    This property determines whether the automatic layout of the items in the palette fills and adds rows (Orientation.Vertical) or fills and adds columns (Orientation.Horizontal). A vertical orientation means that there is no horizontal scroll bar, and that the vertical scroll bar shows itself when it is needed because the rows do not all fit in the display area.
    See Also