GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / LineColor Property
In This Topic
    LineColor Property
    In This Topic
    Gets or sets the color used in drawing grid markings.
    Syntax
    [Category("Grid")]
    [Description("The color used in drawing the grid lines.")]
    public virtual Color LineColor {get; set;}

    Property Value

    The color defaults to a light gray.
    Remarks
    You may prefer a darker color for a Dot grid style, or a lighter color for a Line grid style.
    See Also