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


In This Topic
    PlugAnchor Enumeration
    In This Topic
    Defines the anchors at which plugs can be glued
    Syntax
    'Declaration
     
    
    Public Enum PlugAnchor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PlugAnchor
    public enum PlugAnchor : System.Enum 
    Members
    MemberDescription
    BottomBottom side of body
    CenterCenter of body
    LeftLeft side of body
    NotSpecifiedThe anchor is not specified
    RightRight side of body
    TopTop side of body
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.PlugAnchor

    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