Search
DiagramItem.setStyle Method
See Also
 

Sets the style associated with the item.

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

 Syntax

Java  Copy Code

public void setStyle (
    DiagramItemStyle value
)

 Parameters

value

A DiagramItemStyle instance.

 See Also