'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the default string stiffness")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property SpringStiffness As System.Single
'Usage
Dim instance As NSpringForce Dim value As System.Single instance.SpringStiffness = value value = instance.SpringStiffness
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the default string stiffness")] [System.ComponentModel.DefaultValue(1)] public System.float SpringStiffness {get; set;}