GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDashStyleDropDown Class / PenWidth Property
In This Topic
    PenWidth Property (GoDashStyleDropDown)
    In This Topic
    Gets or sets the width of the lines drawn.
    Syntax
    [Description("Determines the width of the pen when drawing the control.")]
    [Category("Appearance")]
    [DefaultValue(0)]
    public int PenWidth {get; set;}
    See Also