Gets or sets the visual style of the alignment grid.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public GridStyle GridStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridStyle As GridStyle |
A member of the GridStyle enumeration. The default is Points.
Specifies how the alignment grid is drawn. If the property value is set to Points, the grid is painted as a matrix of points. If set to Lines, the grid is represented as a series of crossing horizontal and vertical lines. Grid points or lines are painted with the color set in GridColor; the distance between them is specified by the GridSizeX and GridSizeY properties.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |