DroidDiagram Programmer's Guide
TextComponent.setBackground Method
See Also
 






Sets the brush used to fill the background of the component.

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

 Syntax

Java  Copy Code

public void setBackground (
    Brush value
)

 Parameters

value

An instance of a Brush-derived class. The default is null.

 See Also

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