The following list of variables belonging to the Config.ini configuration file's [SYSTEM] section pertain to the snapgrid.
Indicates the initial color of the Snap Grid. By default, the color is set to light cyan (11). For valid color values, please refer to Reserved Color Values.
Default: GridColor = 11
Indicates the initial density of the snap grid (i.e. the ratio of visible points to actual snap points).
Note: The Every X Points field of the Grid Options dialog can also be used to temporarily set GridDense while the application is running.
Default: GridDense = 1
Indicates the number of pixels along the X-axis (horizontal) by which to offset the snap grid origin (i.e. the number of pixels from the left of the screen before the grid starts).
Default: GridShiftX = 0
Indicates the number of pixels along the Y-axis (vertical) by which to offset the snap grid origin (i.e. the number of pixels from the top of the screen before the grid starts.)
Default: GridShiftY = 0
Indicates whether the snap grid should initially be visible each time the application runs.
If set to 0 (false), the snap grid is not initially visible when the application is run (default).
If set to 1 (true), the snap grid is initially visible when the application is run.
Default: GridVis = 0
Indicates whether the snap grid should be turned on each time the application runs.
If set to 0 (false), then the snap grid is initially turned off each time the application is run.
If set to 1 (true), then the snap grid is initially turned on each time the application is run (default).
Default: SnapOn = 1
Indicates the initial spacing (in pixels) of the snap grid's points along the X-axis (horizontal) when the application runs.
Related Variables: The YGrid variable enables you to change the initial spacing of the snap grid's Y-axis (see Config.ini [SYSTEM] Section Variables for the Snapgrid).
Default: XGrid = 4
Indicates the initial spacing (in pixels) of the snap grid's points along the Y-axis (vertical) when the application runs.
Related Variables: The XGrid variable enables you to change the initial spacing of the snap grid's X-axis (see Config.ini [SYSTEM] Section Variables for the Snapgrid).
Default: YGrid = 4