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


In This Topic
    BarycenterForce Property
    In This Topic
    Gets the barycenter force, which tries to collapse the vertices their center of gravity
    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
    [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;}
    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