Nevron.Diagram.Layout Namespace / NElectricalForce Class / NominalDistance Property


In This Topic
    NominalDistance Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the nominal distance, which affects the power with which vertices repel each other in a square low")>
    <System.ComponentModel.DefaultValueAttribute(200)>
    Public Property NominalDistance As System.Single
    'Usage
     
    
    Dim instance As NElectricalForce
    Dim value As System.Single
     
    instance.NominalDistance = value
     
    value = instance.NominalDistance
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the nominal distance, which affects the power with which vertices repel each other in a square low")]
    [System.ComponentModel.DefaultValue(200)]
    public System.float NominalDistance {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