'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Tries to straighten the lines as much as possible in the case of orthogonal edge routing.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property StraightenLines As System.Boolean
'Usage
Dim instance As NLayeredGraphLayout Dim value As System.Boolean instance.StraightenLines = value value = instance.StraightenLines
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Tries to straighten the lines as much as possible in the case of orthogonal edge routing.")] [System.ComponentModel.DefaultValue(false)] public System.bool StraightenLines {get; set;}