Search
Diagram.setTablePen Method
See Also
 

Sets the default pen that should be assigned to new tables.

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

 Syntax

Java  Copy Code

public void setTablePen (
    Pen value
)

 Parameters

value

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

 See Also