Nevron.Diagram.Layout Namespace / NSingleCycleLayout Class / ReduceCrossings Property


ReduceCrossings Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also