DroidDiagram Programmer's Guide
LayeredLayoutBuilder.yGap Method
See Also
 






Sets a value indicating how much vertical space should be left between the document boundaries and the graph.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder yGap (
    float value
)

 Parameters

value

A float value specifying the vertical offset from the top document border.

 Return Value

This LayeredLayoutBuilder instance.

 See Also

LayeredLayoutBuilder Members
LayeredLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace