Nevron .NET Vision
Nevron.Diagram.Layout Namespace / FreeVertexPlacementMode Enumeration


In This Topic
    FreeVertexPlacementMode Enumeration
    In This Topic
    Defines the ways, in which the free vertices can be initially placed by a force directed layout
    Syntax
    'Declaration
     
    
    Public Enum FreeVertexPlacementMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FreeVertexPlacementMode
    public enum FreeVertexPlacementMode : System.Enum 
    Members
    MemberDescription
    FixedBarycenterThe layouts starts with all free vertices placed at the barycenter of the fixed vertices
    OriginalThe layouts starts with the original free vertex positions
    RandomThe layouts starts with randomly chosen positions for the free vertices
    ZeroThe layouts starts with all free vertices placed at (0,0) coordinates
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.FreeVertexPlacementMode

    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