Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceDirectedGraphLayout Class / BounceBackForce Property


In This Topic
    BounceBackForce Property
    In This Topic
    Gets the bounce back force, which can be used to repulse the vertices, whose bodies overlap.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BounceBackForce As NBounceBackForce
    'Usage
     
    
    Dim instance As NForceDirectedGraphLayout
    Dim value As NBounceBackForce
     
    value = instance.BounceBackForce
    public NBounceBackForce BounceBackForce {get;}
    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