Search
ContainerNode.setShape Method
See Also
 

Sets the shape of this container.

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

 Syntax

Java  Copy Code

public void setShape (
    SimpleShape value
)

 Parameters

value

A member of the SimpleShape enumeration.

 See Also