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