Search
EditComponent.setBrush Method
See Also
 

Sets the background brush of the edit component.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush value
)

 Parameters

value

A Brush instance.

 See Also