Enum vdRender.GridDrawingStyle
- Namespace
- VectorDraw.Render
- Assembly
- VectorDraw.Render.dll
Represents the grid drawing style.
public enum vdRender.GridDrawingStyle
Fields
Cross = 1Grid is displayed by drawing crosses 8 pixels wide in each vertex behind of all drawing objects.
Dot = 0Grid is displayed by drawing dots in each vertex in front of all drawing objects.
Solid = 2Grid is displayed by drawing solid lines between vertexes behind of all drawing objects.