Prod.: Engine, ver.: 6018, ID: 60001187, Wish : Grid to be displayed as lines

Wish : Grid to be displayed as lines

Article60001187
TypeWish
ProductEngine
Version6018
Date Added7/9/2010
FixedYes [7/12/2010]
Submitted byRakesh Verma
Keywords

Subject

Grid to be displayed as lines

Summary

Is it possible the grid that now is displayed as small dots to be displayed as lines ?

Solution


In version 6019 a new property GridStyle was added in vdLayout and vdDocument object

It can get the following values:

VectorDraw.Render.vdRender.GridDrawingStyle.Dot   (Grid is displayed by drawing dots in each vertex in front of all drawing objects.)

VectorDraw.Render.vdRender.GridDrawingStyle.Cross  (Grid is displayed by drawing crosses 8 pixels wide in each vertex behind of all drawing objects.)

VectorDraw.Render.vdRender.GridDrawingStyle.Solid  (Grid is displayed by drawing solid lines between vertexes behind of all drawing objects.)

Default value is VectorDraw.Render.vdRender.GridDrawingStyle.Dot