'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the minial delta measure for distances, which can become zero")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property MinDelta As System.Single
'Usage
Dim instance As NForceDirectedLayout Dim value As System.Single instance.MinDelta = value value = instance.MinDelta
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the minial delta measure for distances, which can become zero")] [System.ComponentModel.DefaultValue(1)] public System.float MinDelta {get; set;}