'Declaration
<System.ComponentModel.CategoryAttribute("Force Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the gravity force, which attracts vertices to the current barycenter of the graph")> Public Property GravityForce As NGravityForce
'Usage
Dim instance As NForceDirectedLayout Dim value As NGravityForce instance.GravityForce = value value = instance.GravityForce
[System.ComponentModel.Category("Force Model")] [System.ComponentModel.Description("Gets/sets the gravity force, which attracts vertices to the current barycenter of the graph")] public NGravityForce GravityForce {get; set;}