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

    Property Value

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