Search
TableNodeBuilder.captionBrush Method (Brush)
See Also
 

Sets the brush used to draw the table's caption text.

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

 Syntax

Java  Copy Code

public TableNodeBuilder captionBrush (
    Brush value
)

 Parameters

value

A Brush object representing the color of the caption text.

 Return Value

This TableNodeBuilder instance.

 See Also