Search
Diagram.LinkCascadeOrientation Property
See Also
 





Gets or sets the initial orientation of the first segment of new cascading links.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Orientation LinkCascadeOrientation { get; set; }

Visual Basic  Copy Code

Public Property LinkCascadeOrientation As Orientation

 Property Value

A member of the Orientation enumeration. The default value is Auto.

 Remarks

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

 See Also