Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NControl Class / CanGlue Property


In This Topic
    CanGlue Property
    In This Topic
    Gets or sets whether the shape point can be glued when interactively moved by the user.
    Syntax
    'Declaration
     
    
    Public Property CanGlue As System.Boolean
    'Usage
     
    
    Dim instance As NControl
    Dim value As System.Boolean
     
    instance.CanGlue = value
     
    value = instance.CanGlue
    public System.bool CanGlue {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