MindFusion.Wpf Pack Programmer's Guide
Diagram.GridOffsetX Property
See Also
 





Gets or sets the horizontal offset of the first point of the alignment grid.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double GridOffsetX { get; set; }

Visual Basic  Copy Code

Public Property GridOffsetX As Double

 Property Value

A double value that specifies the horizontal grid offset. The default is Double.NaN.

 Remarks

The 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ShowGrid Property
GridOffsetY Property
MeasureUnit Property