Search
TableNode.getCaptionBackBrush Method
See Also
 

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

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

 Syntax

Java  Copy Code

public Brush getCaptionBackBrush ()

 Return Value

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

 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