Search
TreeViewItem.setBrush Method
See Also
 

Sets the brush used to paint item's background.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush value
)

 Parameters

value

An instance of Brush -derived class.

 Remarks

If this property is not set, item's background is painted using the parent node's Brush.

 See Also