Nevron .NET Vision
Nevron.Diagram Namespace / DynamicPortGlueMode Enumeration


In This Topic
    DynamicPortGlueMode Enumeration
    In This Topic
    Enumerates the modes in which a dynamic port can glue the plugs connected to it
    Syntax
    'Declaration
     
    
    Public Enum DynamicPortGlueMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DynamicPortGlueMode
    public enum DynamicPortGlueMode : System.Enum 
    Members
    MemberDescription
    GlueToContourThe dynamic port will glue the connected plugs to the anchor model contour
    GlueToLeftOrRightSideThe dynamic port will glue the connected plugs to the left or right anchor model side
    GlueToLocationThe dynamic port will glue the connected plugs to its location
    GlueToNearestNonDynamicPortThe dynamic port will glue the connected plugs to the nearest non dynamic port location
    GlueToNearestPortThe dynamic port will glue the connected plugs to the nearest port location
    GlueToRotatedBoundsThe dynamic port will glue the connected plugs to the anchor model rotated bounds
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.DynamicPortGlueMode

    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