Search
ContainerNode.setCaptionBackBrush Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setCaptionBackBrush (
    Brush value
)

 Parameters

value
An instance of Brush -derived class.

 See Also