GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / BorderPenWidth Property
In This Topic
    BorderPenWidth Property (GoListGroup)
    In This Topic
    Gets or sets the width of the BorderPen.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The width of the pen used to draw the outline of the shape.")]
    public virtual float BorderPenWidth {get; set;}

    Property Value

    The width of the BorderPen, or 0 if there is no pen. The default value is zero.
    Remarks
    If there is no BorderPen, setting this property might have no effect.
    See Also