'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;}