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

    Property Value

    This property defaults to null.
    Remarks
    You must not modify the pen after you have assigned it. Setting Highlight to true will not result in a visible markup until you specify a Pen for this property.
    See Also