GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoViewGridStyle Enumeration
In This Topic
    GoViewGridStyle Enumeration
    In This Topic
    Specifies the appearance of the grid.
    Syntax
    public enum GoViewGridStyle : System.Enum 
    Members
    MemberDescription
    CrossDisplay a grid consisting of small crosses. See GoView.GridStyle.
    DotDisplay a grid consisting of dots. See GoView.GridStyle.
    HorizontalLineDisplay a grid consisting of only horizontal lines. See GoView.GridStyle.
    LineDisplay a grid consisting of lines. See GoView.GridStyle.
    NoneDo not display any grid. See GoView.GridStyle.
    VerticalLineDisplay a grid consisting of only vertical lines. See GoView.GridStyle.
    See Also