DroidDiagram Programmer's Guide
CompositeNodeBuilder.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 CompositeNodeBuilder 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

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