'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.")> Public Property StopForce As NPointF
'Usage
Dim instance As NForceDirectedLayout Dim value As NPointF instance.StopForce = value value = instance.StopForce
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the stop force. If all current forces are smaller than this force, then the layout is automatically stopped.")] public NPointF StopForce {get; set;}