DroidDiagram Programmer's Guide
TableNodeBuilder.textPadding Method
See Also
 






Sets the spacing between the item boundaries and its text.

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

 Syntax

Java  Copy Code

public TableNodeBuilder textPadding (
    Thickness value
)

 Parameters

value

A Thickness instance specifying the size of the padding space left around the text.

 Return Value

This DiagramItemBuilder instance.

 See Also

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