Search
Diagram.setGridOffsetY Method
See Also
 

Sets the vertical offset of the first point of the alignment grid.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setGridOffsetY (
    float value
)

 Parameters

value

A float value that specifies the vertical grid offset.

 Remarks

The 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