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

    Property Value

    The Color of the LinePen, or Color.Empty if there is no pen. Setting the new value to Color.Empty will set the LinePen to null.
    See Also