The different possible styles supported by GridVisualCreator's
GridStyle property.
Namespace: yWorks.Canvas.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.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. |