Search
TreeViewItem.getBrush Method
See Also
 

Gets the brush used to paint item's background.

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

 Syntax

Java  Copy Code

public Brush getBrush ()

 Return Value

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

 Remarks

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

 See Also