Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NRoutableConnector Class / AllowLayoutsReroute Property


In This Topic
    AllowLayoutsReroute Property
    In This Topic
    Gets or sets whether layouts are allowed to reroute the connector. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property AllowLayoutsReroute As System.Boolean
    'Usage
     
    
    Dim instance As NRoutableConnector
    Dim value As System.Boolean
     
    instance.AllowLayoutsReroute = value
     
    value = instance.AllowLayoutsReroute
    public System.bool AllowLayoutsReroute {get; set;}
    Remarks
    Typically each layout has some predefined routing logic. That is why when routable connectors that allow reroute are routed by the layout, their RerouteMode is set to Never, and their model is defined by the layout. If you wish to protect a specific connector from this default behavior, you can set this property to false.
    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