Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NSpringLayout Class / ElectricalForce Property


In This Topic
    ElectricalForce Property
    In This Topic
    Gets/sets the electical force, which tries to repel the vertices so that they do not stay too close together
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Force Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the electical force, which tries to repel the vertices so that they do not stay too close together")>
    Public Property ElectricalForce As NElectricalForce
    'Usage
     
    
    Dim instance As NSpringLayout
    Dim value As NElectricalForce
     
    instance.ElectricalForce = value
     
    value = instance.ElectricalForce
    [System.ComponentModel.Category("Force Model")]
    [System.ComponentModel.Description("Gets/sets the electical force, which tries to repel the vertices so that they do not stay too close together")]
    public NElectricalForce ElectricalForce {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