Nevron .NET Vision
Nevron.Diagram Namespace / BoundsPortDirectionMode Enumeration


In This Topic
    BoundsPortDirectionMode Enumeration
    In This Topic
    Enumerates the modes in which a bounds port can determine its direction angle
    Syntax
    'Declaration
     
    
    Public Enum BoundsPortDirectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BoundsPortDirectionMode
    public enum BoundsPortDirectionMode : System.Enum 
    Members
    MemberDescription
    AutoCenterAutomatically determines an angle, which is formed by the line connecting the port location with the model center.
    AutoCenterInvertedSame as AutoCenter but angle is inverted to 180 degrees.
    AutoSideAutomatically determines the bounds side, and returns a normal vector angle to this side (e.g. 0, 90, 180, 270 degrees).
    AutoSideInvertedSame as AutoSide 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.BoundsPortDirectionMode

    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