Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENPortGlueMode Enumeration


In This Topic
    ENPortGlueMode Enumeration
    In This Topic
    Defines the possible port types
    Syntax
    'Declaration
     
    
    Public Enum ENPortGlueMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPortGlueMode
    public enum ENPortGlueMode : System.Enum 
    Members
    MemberDescription
    InwardInward ports can be connected to end-points and outward ports of other shapes.
    InwardAndOutwardInward and Outward ports behave as a mixture of the other two types
    OutwardOutward ports can be connected only with inward ports of other shapes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENPortGlueMode

    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