Search
DiagramBuilder.linkShape Method
See Also
 

Sets the style that should be assigned to new links.

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

 Syntax

Java  Copy Code

public DiagramBuilder linkShape (
    LinkShape value
)

 Parameters

value

A member of the LinkShape enumeration.

 Return Value

This DiagramBuilder instance.

 See Also