GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / LinePen Property
In This Topic
    LinePen Property (GoListGroup)
    In This Topic
    Gets or sets the Pen used to draw lines separating the items.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The pen used to draw lines separating the items.")]
    public virtual Pen LinePen {get; set;}

    Property Value

    You must not modify the pen after you have assigned it. If this value is null, no lines will be drawn. By default this value is null.
    See Also