Search
TableNode.setCaptionBackBrush Method
See Also
 

Sets the brush used to paint the caption bar of this table.

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

 Syntax

Java  Copy Code

public void setCaptionBackBrush (
    Brush value
)

 Parameters

value

An instance of a Brush -derived class.

 Remarks

If there is no brush assigned to this property, the caption bar is painted using the Brush property of the TableNode class.

 See Also