ASP.NET Core 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
    'Usage
     
    
    Dim instance As FlowDirection
    public enum FlowDirection : System.Enum 
    public enum FlowDirection = class(System.Enum)
    public enum FlowDirection extends System.Enum
    __value public enum FlowDirection : public System.Enum 
    public enum class FlowDirection : public 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