Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NSpringLayout Class / SpringForce Property


In This Topic
    SpringForce Property
    In This Topic
    Gets/sets the spring force, which tries to make the distance between connected vertices equal to the natural length of the spring
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Force Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the spring force, which tries to make the distance between connected vertices equal to the natural length of the spring")>
    Public Property SpringForce As NSpringForce
    'Usage
     
    
    Dim instance As NSpringLayout
    Dim value As NSpringForce
     
    instance.SpringForce = value
     
    value = instance.SpringForce
    [System.ComponentModel.Category("Force Model")]
    [System.ComponentModel.Description("Gets/sets the spring force, which tries to make the distance between connected vertices equal to the natural length of the spring")]
    public NSpringForce SpringForce {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