Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForce Class
Members


In This Topic
    NForce Class
    In This Topic
    The NForce class serves as base class for all types of forces, which can be used in force directed layouts
    Object Model
    NForce Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.KKGE)>
    Public Class NForce 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NForce
    [System.ComponentModel.TypeConverter(Nevron.Internal.KKGE)]
    public class NForce : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    Each force can be enabled or disabled, which is controlled by the Enabled property. When disabled the force will not be taken into account by the force directed layout. This lets you easily turn on/off different force configurations.

    Provided that the force is enabled, it activates at the pass, specified by the ActivationPass property. The force directed layout will perform as many passes as the maximum ActivationPass setting of all currently enabled forces.

    Inheritance Hierarchy
    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