Defines values that specify the visual style of the alignment grid.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum GridStyle |
Visual Basic
Copy Code
|
|---|
Public Enum GridStyle |
Members| Member name | Description | |
|---|---|---|
![]() |
Lines |
The grid is represented as a series of crossing horizontal and vertical lines. |
![]() |
Points |
The grid is painted as a matrix of points. |
See Also