DroidDiagram Programmer's Guide
TreeLayoutBuilder.xGap Method
See Also
 






Sets a value indicating how much horizontal space to leave between the document boundaries and the tree.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder xGap (
    float value
)

 Parameters

value

A float value specifying the horizontal offset from the left document border.

 Return Value

This TreeLayoutBuilder instance.

 See Also

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