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