Search
GridLayout.setGridSize Method
See Also
 

Sets the desired distance between adjacent grid points.

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

 Syntax

Java  Copy Code

public void setGridSize (
    float value
)

 Parameters

value

A float value specifying the distance between adjacent grid points.

 See Also