Search
DiagramBuilder.tableBrush Method (Brush)
See Also
 

Sets the default brush that should be assigned to new links.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableBrush (
    Brush value
)

 Parameters

value

A Brush object that should be assigned to newly created tables.

 Return Value

This DiagramBuilder instance.

 See Also