Gets the brush used to paint the caption bar of this table.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Brush getCaptionBackBrush () |
An instance of a Brush -derived class. The default is null.
RemarksIf there is no brush assigned to this property, the caption bar is painted using the Brush property of the TableNode class.
See Also