'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the attraction coefficient, which affects the power with which connected vertices attract each other")> <System.ComponentModel.DefaultValueAttribute(10)> Public Property AttractionCoefficient As System.Single
'Usage
Dim instance As NDesiredDistanceForce Dim value As System.Single instance.AttractionCoefficient = value value = instance.AttractionCoefficient
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the attraction coefficient, which affects the power with which connected vertices attract each other")] [System.ComponentModel.DefaultValue(10)] public System.float AttractionCoefficient {get; set;}