'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether to perform crossing reduction of the edges connecting the vertices on the circle by repositioning the vertices. Note that this step is very computational heavy, so it is recommended you turn it off for large graphs (i.e. graphs with 50+ vertices).")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ReduceCrossings As System.Boolean
'Usage
Dim instance As NSingleCycleLayout Dim value As System.Boolean instance.ReduceCrossings = value value = instance.ReduceCrossings
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether to perform crossing reduction of the edges connecting the vertices on the circle by repositioning the vertices. Note that this step is very computational heavy, so it is recommended you turn it off for large graphs (i.e. graphs with 50+ vertices).")] [System.ComponentModel.DefaultValue(true)] public System.bool ReduceCrossings {get; set;}