GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / Spacing Property
In This Topic
    Spacing Property (GoListGroup)
    In This Topic
    Gets or sets how much space there should be between items.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The additional vertical distance between items.")]
    public virtual float Spacing {get; set;}

    Property Value

    This specifies the vertical distance between items in document coordinates. By default this value is 0, so that the items just touch each other.
    See Also