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


In This Topic
    ENFixedVertexPlacementMode Enumeration
    In This Topic
    Defines the ways, in which the fixed vertices can be initially placed by a force directed layout
    Syntax
    'Declaration
     
    
    Public Enum ENFixedVertexPlacementMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENFixedVertexPlacementMode
    public enum ENFixedVertexPlacementMode : System.Enum 
    Members
    MemberDescription
    AutomaticEllipseRimThe layouts places the vertices at the rim of an automatically calculated ellipse
    OriginalThe layouts starts with the original fixed vertex positions
    PredefinedEllipseRimThe layouts places the vertices at the rim of a predefined ellipse
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.Layout.ENFixedVertexPlacementMode

    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