Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NMoveTool Class / Keep1DShapesConnected Property


In This Topic
    Keep1DShapesConnected Property
    In This Topic
    Gets or sets whether 1D shapes, whose begin or end point is connected to a shape outside of the the moved items, should be kept connected when moved. By default set to false.
    Syntax
    'Declaration
     
    
    Public Property Keep1DShapesConnected As System.Boolean
    'Usage
     
    
    Dim instance As NMoveTool
    Dim value As System.Boolean
     
    instance.Keep1DShapesConnected = value
     
    value = instance.Keep1DShapesConnected
    public System.bool Keep1DShapesConnected {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