Search
Diagram.setStyle Method
See Also
 

Sets the style associated with the diagram.

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

 Syntax

Java  Copy Code

public void setStyle (
    DiagramStyle value
)

 Parameters

value

An instance of the DiagramStyle class.

 See Also