Initializes a new instance of the RoutePattern class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public RoutePattern ( |
Visual Basic Copy Code |
---|
Public New ( _ |
A string representing a sequence of RouteSteps.
Members of the RouteStepKind enumeration are represented by three-character acronyms, with a numerical value appended to advance- steps.
The following route can be represented by "ADR0.5 TRR ADR1 TRL ADR0.5" string.
C# Copy Code |
---|
var rightZigzag = new RoutePattern(); // this can be defined in shorter form using a pattern string |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |