DroidDiagram Programmer's Guide
Diagram.setLinkCascadeOrientation Method
See Also
 






Sets the default orientation of the first segments of cascading links.

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

 Syntax

Java  Copy Code

public void setLinkCascadeOrientation (
    Orientation value
)

 Parameters

value
A member of the Orientation enumeration.

 Remarks

Use this property to specify the default orientation of the first segment of DiagramLink objects whose Shape is set to Cascading. The default value, Auto, lets the component decide whether to draw the first segment horizontally or vertically.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace