The different possible styles supported by GridVisualCreator's GridStyle property.

Namespace: yWorks.Canvas.Drawing
Assembly: 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 nameDescription
Dots0 For each grid point, there is a small dot rendered.
Crosses1 For each grid point, there is a small cross rendered.
Lines2 Draws horizontal and vertical lines through the grid points.

See Also