DroidDiagram Programmer's Guide
TableNodeBuilder.rowHeight Method
See Also
 






Sets the initial height of the rows of this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder rowHeight (
    float value
)

 Parameters

value

A float value specifying the initial height of rows added to this table.

 Return Value

This TableNodeBuilder instance.

 See Also

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