GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / HighlightPenWidth Property
In This Topic
    HighlightPenWidth Property (GoStroke)
    In This Topic
    Gets or sets the width of the line drawn as the highlight for the stroke.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The width of the pen used to highlight the stroke.")]
    public virtual float HighlightPenWidth {get; set;}

    Property Value

    The value must be non-negative. The default value is 0, meaning a one-pixel wide line at any scale. Values other than zero cause slower drawing.
    Remarks
    If there is no System.Drawing.Pen, setting this property might have no effect.
    See Also