ComponentOne ASP.NET MVC Controls
FlowDirection Enumeration

C1.Web.Mvc Namespace : FlowDirection Enumeration
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

Reference

C1.Web.Mvc Namespace