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


In This Topic
    PortStyle Enumeration
    In This Topic
    Defines the predefined configurations of ports for vertices in tree layouts
    Syntax
    'Declaration
     
    
    Public Enum PortStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PortStyle
    public enum PortStyle : System.Enum 
    Members
    MemberDescription
    CenterThe edges end points are glued to the verices centers
    SidesThe edges end points are glued to the verices sides
    Inheritance Hierarchy

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

    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