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

    Property Value

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