'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the nominal distance, which affects the power with which vertices repel each other in a square low")> <System.ComponentModel.DefaultValueAttribute(200)> Public Property NominalDistance As System.Single
'Usage
Dim instance As NElectricalForce Dim value As System.Single instance.NominalDistance = value value = instance.NominalDistance
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the nominal distance, which affects the power with which vertices repel each other in a square low")] [System.ComponentModel.DefaultValue(200)] public System.float NominalDistance {get; set;}