Gets or sets the vertical offset of the first row of grid points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double GridOffsetY { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridOffsetY As Double |
A double value that specifies the vertical grid offset. The default is Double.NaN.
RemarksThe property specifies the offset of the first point of the alignment grid. The default value NaN makes the grid start at offset GridSizeY / 2.
See Also