Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPort Class / GlueMode Property


In This Topic
    GlueMode Property
    In This Topic
    Gets or sets the port glue mode, which defines the way in which this port can glue to other shapes ports and whether other shapes end-points are allowed to glue to this port. By default set to ENPortGlueMode.Inward.
    Syntax
    'Declaration
     
    
    Public Property GlueMode As ENPortGlueMode
    'Usage
     
    
    Dim instance As NPort
    Dim value As ENPortGlueMode
     
    instance.GlueMode = value
     
    value = instance.GlueMode
    public ENPortGlueMode GlueMode {get; set;}
    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