Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENPortsDistributionMode Enumeration


In This Topic
    ENPortsDistributionMode Enumeration
    In This Topic
    Enumerates the table ports distribution modes.
    Syntax
    'Declaration
     
    
    Public Enum ENPortsDistributionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPortsDistributionMode
    public enum ENPortsDistributionMode : System.Enum 
    Members
    MemberDescription
    CellBasedA port is placed on each cell border which lies on the shape border.
    ColumnsOnlyA ports is placed on the top and bottom side of each column
    GridBasedA port is placed on both ends of each row and column.
    NoneA port is placed on each side of the shape.
    RowsOnlyA port is placed on the left and right side of each row
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENPortsDistributionMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also