DroidDiagram Programmer's Guide
DiagramBuilder.tableRowHeight Method
See Also
 






Sets the default height of rows in newly created tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableRowHeight (
    float value
)

 Parameters

value

A float value specifying the default height of table rows.

 Return Value

This DiagramBuilder instance.

 See Also

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