Initializes a new instance of the RoutePattern class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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(); |
WpfDiagram Programmer's Guide | © 2024 MindFusion |