GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / HighlightPenColor Property
In This Topic
    HighlightPenColor Property (GoStroke)
    In This Topic
    Gets or sets the color of the HighlightPen.
    Syntax
    [Category("Appearance")]
    [Description("The color of the pen used to highlight the stroke.")]
    public virtual Color HighlightPenColor {get; set;}

    Property Value

    The Color of the HighlightPen, or Color.Empty if there is no pen. Setting the new value to Color.Empty will set the System.Drawing.Pen to null.
    See Also