Nevron .NET Vision
Nevron.Diagram Namespace / PointPortDirectionMode Enumeration


In This Topic
    PointPortDirectionMode Enumeration
    In This Topic
    Enumerates the modes in which a point port can determine its direction angle
    Syntax
    'Declaration
     
    
    Public Enum PointPortDirectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PointPortDirectionMode
    public enum PointPortDirectionMode : System.Enum 
    Members
    MemberDescription
    AutoCenterAutomatically determines an angle, which is formed by the line connecting the port location with the anchor model center.
    AutoCenterInvertedAutomatically determines an angle, which is formed by the line connecting the port location with the anchor model center.
    AutoNextAutomatically determines an angle, which is formed by the line connecting the port anchor point and the next point
    AutoNextInvertedSame as auto next, but angle is inverted to 180 degrees
    AutoPrevSame as auto center, but angle is inverted to 180 degrees
    AutoPrevInvertedSame as auto prev, but angle is inverted to 180 degrees
    CustomUse the CustomDirectionAngle angle property, which defines the angle.
    NoneNo angle is provided and the connected shapes do not rotate
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.PointPortDirectionMode

    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