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

    Property Value

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