DiagramLite Programmer's Guide
Diagram.GridOffsetY Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double GridOffsetY { get; set; }

Visual Basic  Copy Code

Public Property GridOffsetY As Double

 Property Value

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

 Remarks

The property specifies the offset of the first point of the alignment grid.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace