Initializes a new instance of the RoutePattern class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public RoutePattern ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A string representing a sequence of RouteSteps.
RemarksMembers of the RouteStepKind enumeration are represented by three-character acronyms, with a numerical value appended to advance- steps.
ExampleThe following route can be represented by "ADR0.5 TRR ADR1 TRL ADR0.5" string.
C#
Copy Code
|
|---|
var rightZigzag = new RoutePattern(); |
See Also