'Declaration
<System.ComponentModel.CategoryAttribute("Force Model")> <System.ComponentModel.DescriptionAttribute("Gets the barycenter force, which tries to collapse the vertices their center of gravity")> Public Property BarycenterForce As NBarycenterForce
'Usage
Dim instance As NBarycenterLayout Dim value As NBarycenterForce instance.BarycenterForce = value value = instance.BarycenterForce
[System.ComponentModel.Category("Force Model")] [System.ComponentModel.Description("Gets the barycenter force, which tries to collapse the vertices their center of gravity")] public NBarycenterForce BarycenterForce {get; set;}