Represents parts of a route template.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum RouteStepKind |
Visual Basic Copy Code |
---|
Public Enum RouteStepKind |
Member name | Description | |
---|---|---|
AdvanceAbsolute |
Advance by the specified absolute distance. Corresponds to "ADA" command in pattern strings. |
|
AdvanceDest |
Advance by the specified relative remaining distance to destination node. Corresponds to "ADD" command in pattern strings. |
|
AdvancePreferred |
Advance by PreferredDistance. Corresponds to "ADP" command in pattern strings. |
|
AdvanceRelative |
Advance by the specified relative distance from origin to destination node. Equivalent to "ADR" command in pattern strings. |
|
AdvanceRemaining |
Advance by the specified relative remaining distance to link's end point. Corresponds to "ADM" command in pattern strings. |
|
AlignToDestination |
Advance to align with nearest side of destination node. Corresponds to "ALD" command in pattern strings. |
|
AlignToEnd |
Advance to align with link's end point. Corresponds to "ALE" command in pattern strings. |
|
AlignToFarBorder |
Advance to align with furthest border of both nodes. Corresponds to "AFB" command in pattern strings. |
|
AlignToOrigin |
Advance to align with nearest side of origin node. Corresponds to "ALO" command in pattern strings. |
|
AlignToStart |
Advance to align with link's start point. Corresponds to "ALS" command in pattern strings. |
|
TurnLeft |
Turn 90 degrees to the left. Corresponds to "TRL" command in pattern strings. |
|
TurnRight |
Turn 90 degrees to the right. Corresponds to "TRR" command in pattern strings. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |