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


In This Topic
    CellDirection Enumeration
    In This Topic
    Defines the directions in which the directed cells layout, must place adjacent cells
    Syntax
    'Declaration
     
    
    Public Enum CellDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellDirection
    public enum CellDirection : System.Enum 
    Members
    MemberDescription
    HorizontalPlace cells horizontally, from left to right
    VerticalPlace cells vertically, from top to bottom
    Inheritance Hierarchy

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

    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