Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NSymmetricalLayout Class / DesiredDistanceForce Property


In This Topic
    DesiredDistanceForce Property
    In This Topic
    Gets/sets the force, which tries to enforce a certain distance between connected vertices and repulse disconnected vertices
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Force Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the force, which tries to enforce a certain distance between connected vertices and repulse disconnected vertices")>
    Public Property DesiredDistanceForce As NDesiredDistanceForce
    'Usage
     
    
    Dim instance As NSymmetricalLayout
    Dim value As NDesiredDistanceForce
     
    instance.DesiredDistanceForce = value
     
    value = instance.DesiredDistanceForce
    [System.ComponentModel.Category("Force Model")]
    [System.ComponentModel.Description("Gets/sets the force, which tries to enforce a certain distance between connected vertices and repulse disconnected vertices")]
    public NDesiredDistanceForce DesiredDistanceForce {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