Gets or sets the orientation of the first segment of a cascading link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Orientation CascadeOrientation { get; set; } |
Visual Basic Copy Code |
---|
Public Property CascadeOrientation As Orientation |
A member of the Orientation enumeration.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |