GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / Alignment Property
In This Topic
    Alignment Property (GoListGroup)
    In This Topic
    Gets or sets where each item should be drawn if it is narrower than the width of the whole group.
    Syntax
    [Category("Appearance")]
    [DefaultValue(2)]
    [Description("How each item is positioned along the X axis.")]
    public virtual int Alignment {get; set;}

    Property Value

    This defaults to GoObject.TopLeft, i.e., left-aligned (or top-aligned if the orientation is horizontal).
    See Also