Nevron .NET Vision
Nevron.Diagram.Layout Namespace / RoutingStyle Enumeration


In This Topic
    RoutingStyle Enumeration
    In This Topic
    Defines the routing styles of 1D bodies
    Syntax
    'Declaration
     
    
    Public Enum RoutingStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RoutingStyle
    public enum RoutingStyle : System.Enum 
    Members
    MemberDescription
    NotSpecifiedThe 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.Diagram.Layout.RoutingStyle

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also