Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NDesiredDistanceForce Class / AttractionCoefficient Property


In This Topic
    AttractionCoefficient Property (NDesiredDistanceForce)
    In This Topic
    Gets or sets the attraction coefficient, which affects the power with which connected vertices attract each other.
    Syntax
    'Declaration
     
    
    Public Property AttractionCoefficient As System.Double
    'Usage
     
    
    Dim instance As NDesiredDistanceForce
    Dim value As System.Double
     
    instance.AttractionCoefficient = value
     
    value = instance.AttractionCoefficient
    public System.double AttractionCoefficient {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also