Gets or sets the vertical distance between adjacent grid points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double GridSizeY { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridSizeY As Double |
A double value specifying the vertical distance between grid points. The default is 4.
See Also