DroidDiagram Programmer's Guide
ContentComponent.setPadding Method
See Also
 






Sets the padding around this component's content.

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

 Syntax

Java  Copy Code

public void setPadding (
    Thickness value
)

 Parameters

value

A Thickness object specifying the spacing between this component and its child. The default is 0.

 See Also

ContentComponent Members
ContentComponent Class
com.mindfusion.diagramming.components Namespace