Nevron .NET Vision
Nevron.Diagram Namespace / RoutableConnectorType Enumeration


In This Topic
    RoutableConnectorType Enumeration
    In This Topic
    Defines the possible routable edge types
    Syntax
    'Declaration
     
    
    Public Enum RoutableConnectorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RoutableConnectorType
    public enum RoutableConnectorType : System.Enum 
    Members
    MemberDescription
    DynamicCurveDynamic polyline
    DynamicHVDynamic right-angle (horizontally vertical) edge
    DynamicPolylineDynamic polyline
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.RoutableConnectorType

    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