Search
ItemLabel.setBrush Method
See Also
 

Sets the brush used to draw the label's background.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush value
)

 Parameters

value

A Brush used to paint the label's background.

 See Also