DroidDiagram Programmer's Guide
Cell.setTextPadding Method
See Also
 






Sets the spacing between the cell's boundaries and its text.

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

 Syntax

Java  Copy Code

public void setTextPadding (
    Thickness value
)

 Parameters

value

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

 See Also

Cell Members
Cell Class
com.mindfusion.diagramming Namespace
getTextPadding Method
setText Method
setTextFormat Method