Gets the default shape of links.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public LinkShape getLinkShape () |
A member of the LinkShape enumeration. The default value is Polyline.
RemarksUse this property to specify how new links are composed and what they look like. The segments of a link could be curves or straight lines, and they might be restricted to be horizontal / vertical only.
See Also