NDesiredDistanceForce Class Members
In This Topic
The following tables list the members exposed by NDesiredDistanceForce.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| AttractionCoefficient | Gets or sets the attraction coefficient, which affects the power with which connected vertices attract each other. |
| DesiredDistance | Gets or sets the desired distance between between a pair of connected vertices |
| RepulsionCoefficient | Gets or sets the repulsion coefficient, which affects the power with which vertices repel each other. |
Top
Public Methods
| Name | Description |
| AccumulateForce | Overloaded. Accumulates the force acting on the specified pair of vertices |
| OnLayingOutGraph | Overridden. Called before the force is used in the specified graph layout |
Top
See Also