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


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

    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