Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / ENRoutingStyle Enumeration


In This Topic
    ENRoutingStyle Enumeration
    In This Topic
    Defines the way in which the layout routes 1D bodies.
    Syntax
    'Declaration
     
    
    Public Enum ENRoutingStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRoutingStyle
    public enum ENRoutingStyle : System.Enum 
    Members
    MemberDescription
    NoneThe body type is not specified
    OrthogonalThe body should be drawn with an orthogonal line
    PolylineThe body should be drawn with a polyline
    StraightThe body should be drawn as a straight line
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.Layout.ENRoutingStyle

    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