'Declaration
<System.ComponentModel.CategoryAttribute("Force Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bounce back force, which can be used to repulse the vertices, whose bodies overlap")> Public Property BounceBackForce As NBounceBackForce
'Usage
Dim instance As NForceDirectedLayout Dim value As NBounceBackForce instance.BounceBackForce = value value = instance.BounceBackForce
[System.ComponentModel.Category("Force Model")] [System.ComponentModel.Description("Gets/sets the bounce back force, which can be used to repulse the vertices, whose bodies overlap")] public NBounceBackForce BounceBackForce {get; set;}