GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / Highlight Property
In This Topic
    Highlight Property (GoStroke)
    In This Topic
    Gets or sets whether this stroke displays a highlight along its path.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether a highlight is shown along the path of this stroke.")]
    public virtual bool Highlight {get; set;}

    Property Value

    This defaults to false.
    See Also