'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the attraction coefficient, which affects the power with which vertices are attracted to the barycenter")> <System.ComponentModel.DefaultValueAttribute(0.05)> Public Property AttractionCoefficient As System.Single
'Usage
Dim instance As NGravityForce 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 vertices are attracted to the barycenter")] [System.ComponentModel.DefaultValue(0.05)] public System.float AttractionCoefficient {get; set;}