ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlowDirection Enumeration

In This Topic
    FlowDirection Enumeration
    In This Topic
    Specifies the flow direction.
    Syntax
    'Declaration
     
    
    Public Enum FlowDirection 
       Inherits System.Enum
    public enum FlowDirection : System.Enum 
    Members
    MemberDescription
    BottomToUpElements flow from the bottom of the design surface to the top.
    LeftToRightElements flow from the left edge of the design surface to the right.
    RightToLeftElements flow from the right edge of the design surface to the left.
    TopToDownElements flow from the top of the design surface to the bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.FlowDirection

    See Also