Nevron .NET Vision
Nevron.Diagram Namespace / EdgeOrder Enumeration


In This Topic
    EdgeOrder Enumeration
    In This Topic
    Enumerates the edge sort order which is used to sort the edges of a shape graph adapter.
    Syntax
    'Declaration
     
    
    Public Enum EdgeOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EdgeOrder
    public enum EdgeOrder : System.Enum 
    Members
    MemberDescription
    CustomEdges are sorted with a custom comparer
    IdEdges are ordered by increasing Ids
    NoneEdges are not ordered - the default order is used
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.EdgeOrder

    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