'Declaration
<System.ComponentModel.CategoryAttribute("Force Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the magnetic field force, which can be used to impose an edge orientation")> Public Property MagneticFieldForce As NMagneticFieldForce
'Usage
Dim instance As NForceDirectedLayout Dim value As NMagneticFieldForce instance.MagneticFieldForce = value value = instance.MagneticFieldForce
[System.ComponentModel.Category("Force Model")] [System.ComponentModel.Description("Gets/sets the magnetic field force, which can be used to impose an edge orientation")] public NMagneticFieldForce MagneticFieldForce {get; set;}