Specifies how to draw the grid - as lines or dots
Namespace: MindFusion.Tools.ShapeDesignerCtrl
Assembly: MindFusion.Tools.ShapeDesigner
SyntaxC#
Copy Code
|
|---|
public enum GridStyle |
Visual Basic
Copy Code
|
|---|
Public Enum GridStyle |
Members| Member name | Description | |
|---|---|---|
![]() |
Dots |
Draw grid dots. |
![]() |
Lines |
Draw grid lines. |
See Also