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


NominalDistance Property
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
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