Gets or sets the visual style of the alignment grid.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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 drawn using the pen set in GridPen; the distance between them is specified by the GridSizeX and GridSizeY properties.
WpfDiagram Programmer's Guide | © 2024 MindFusion |