Search
Diagram.setTableBrush Method
See Also
 

Sets the default brush that is assigned to new tables.

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

 Syntax

Java  Copy Code

public void setTableBrush (
    Brush value
)

 Parameters

value

A Brush object that is assigned to newly created tables.

 See Also