Nevron.Diagram.Layout Namespace / NBarycenterLayout Class / BarycenterForce Property


BarycenterForce Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also