Gets or sets the vertical distance between adjacent grid points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double GridSizeY { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridSizeY As Double |
A double number specifying the vertical distance between grid points. The default is 4.
WpfDiagram Programmer's Guide | © 2024 MindFusion |