Nevron .NET Vision
Nevron.Diagram Namespace / ConnectorType Enumeration


In This Topic
    ConnectorType Enumeration
    In This Topic
    Enumerates the currently available types of graph edges
    Syntax
    'Declaration
     
    
    Public Enum ConnectorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConnectorType
    public enum ConnectorType : System.Enum 
    Members
    MemberDescription
    BezierBezier graph edge
    DoubleArrowDouble arrow graph edge
    DynamicCurveDynamic curve
    DynamicHVDynamic HV
    DynamicPolylineDynamic polyline
    ErmConnectorErm connector
    LineLine graph edge
    SideToSideSide to side graph edge
    SideToTopBottomSide to top/bottom graph edge
    SingleArrowSingle arrow graph edge
    TopBottomToSideTop/bottom to side graph edge
    TopToBottomTop to bottom graph edge
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.ConnectorType

    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