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