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


In This Topic
    ENEndPointGlueMode Enumeration
    In This Topic
    Enumerates the way in which a 1D shape begin or end point can connect to a shape.
    Syntax
    'Declaration
     
    
    Public Enum ENEndPointGlueMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENEndPointGlueMode
    public enum ENEndPointGlueMode : System.Enum 
    Members
    MemberDescription
    GlueToBoxCenterThe Begin or End point of the connectors are glued to the nearest port of the shape.
    GlueToBoxIntersectionThe Begin or End point of the connectors are glued to the contour (outline) of the shape box.
    GlueToGeometryIntersectionThe Begin or End point of the connectors are glued to the contour (outline) of the shape geometry.
    GlueToNearestPortThe Begin or End point of the connectors are glued to the nearest port of the shape.
    GlueToPortGlues the begin/end point to the nearest port (static)
    GlueToShapeGlues to begin/end point to the shape.
    Inheritance Hierarchy

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

    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