Gets or sets the initial orientation of the first segment of new cascading links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Orientation LinkCascadeOrientation { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkCascadeOrientation As Orientation |
A member of the Orientation enumeration. The default value is Auto.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |