public enum GoViewGridStyle : System.Enum
public enum GoViewGridStyle : System.Enum
Member | Description |
---|---|
Cross | Display a grid consisting of small crosses. See GoView.GridStyle. |
Dot | Display a grid consisting of dots. See GoView.GridStyle. |
HorizontalLine | Display a grid consisting of only horizontal lines. See GoView.GridStyle. |
Line | Display a grid consisting of lines. See GoView.GridStyle. |
None | Do not display any grid. See GoView.GridStyle. |
VerticalLine | Display a grid consisting of only vertical lines. See GoView.GridStyle. |