The different possible styles supported by GridVisualCreator's
GridStyle property.
Namespace: yWorks.Canvas.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum GridStyle |
| Visual Basic |
|---|
Public Enumeration GridStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Dots | 0 | For each grid point, there is a small dot rendered. | |
| Crosses | 1 | For each grid point, there is a small cross rendered. | |
| Lines | 2 | Draws horizontal and vertical lines through the grid points. |