Search
DiagramLink.CascadeOrientation Property
See Also
 






Gets or sets the orientation of the first segment of a cascading link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Orientation CascadeOrientation { get; set; }

Visual Basic  Copy Code

Public Property CascadeOrientation As Orientation

 Property Value

A member of the Orientation enumeration.

 Remarks

Use this property to specify the orientation of the first segment of a link whose Shape is set to Cascading. See Orientation for more details. The orientation of the first segment defines the orientation of all other segments in the cascade, because each next segment changes its orientation alternately to the previous one.

 See Also