Nevron .NET Vision
Nevron.Diagram Namespace / LogicalLinePortDirectionMode Enumeration


In This Topic
    LogicalLinePortDirectionMode Enumeration
    In This Topic
    Enumerates the modes in which a logical line port can determine its direction angle
    Syntax
    'Declaration
     
    
    Public Enum LogicalLinePortDirectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LogicalLinePortDirectionMode
    public enum LogicalLinePortDirectionMode : System.Enum 
    Members
    MemberDescription
    AutoLineThe angle formed by the normal line at the logical line port location (e.g. follow the curve orientation).
    AutoLineInvertedSame as AutoLine, but anlge is inverted to 180 degrees.
    CustomUse the CustomDirectionAngle angle property, which defines the angle.
    NoneUse the CustomDirectionAngle angle property, which defines the angle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.LogicalLinePortDirectionMode

    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