Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / ENFreeVertexPlacementMode Enumeration


In This Topic
    ENFreeVertexPlacementMode 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 ENFreeVertexPlacementMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENFreeVertexPlacementMode
    public enum ENFreeVertexPlacementMode : 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.Nov.Diagram.Layout.ENFreeVertexPlacementMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also