GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / BorderPen Property
In This Topic
    BorderPen Property (GoListGroup)
    In This Topic
    Gets or sets the pen used to draw a rectangular outline just inside the edges of this node.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The pen used to draw an outline for this node.")]
    public virtual Pen BorderPen {get; set;}

    Property Value

    You must not modify the pen after you have assigned it. The Pen value may be null, in which case no outline is drawn. This value defaults to null.
    See Also