Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / GravityForce Property


In This Topic
    GravityForce Property
    In This Topic
    Gets/sets the gravity force, which attracts vertices to the current barycenter of the graph
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Force Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the gravity force, which attracts vertices to the current barycenter of the graph")>
    Public Property GravityForce As NGravityForce
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As NGravityForce
     
    instance.GravityForce = value
     
    value = instance.GravityForce
    [System.ComponentModel.Category("Force Model")]
    [System.ComponentModel.Description("Gets/sets the gravity force, which attracts vertices to the current barycenter of the graph")]
    public NGravityForce GravityForce {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