Members of this enumeration can be assigned to the GridStyle property to specify how to visualize the alignment grid.
SyntaxVB6
Copy Code
|
|---|
Public Enum EGridStyle |
C++
Copy Code
|
|---|
enum EGridStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
gsPoints |
0 | Draw grid points. |
![]() |
gsLines |
1 | Draw grid lines. |
See Also