Search
RoutePattern.Steps Property
See Also
 





A list of RouteStep objects that generate a route.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<RouteStep> Steps { get; set; }

Visual Basic  Copy Code

Public Property Steps As List(Of RouteStep)

 Property Value

 See Also