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


In This Topic
    ReduceCrossings Property
    In This Topic
    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).
    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
    [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;}
    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