'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets what edge routing is applied.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property EdgeRouting As LayeredLayoutEdgeRouting
'Usage
Dim instance As NLayeredGraphLayout Dim value As LayeredLayoutEdgeRouting instance.EdgeRouting = value value = instance.EdgeRouting
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets what edge routing is applied.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LayeredLayoutEdgeRouting EdgeRouting {get; set;}