ComponentOne ASP.NET MVC Controls
LayoutOrientation Enumeration

C1.Web.Mvc Namespace : LayoutOrientation Enumeration
Specifies the direction in which the layout items renders in the dashboard.
Syntax
'Declaration
 
Public Enum LayoutOrientation 
   Inherits System.Enum
public enum LayoutOrientation : System.Enum 
Members
MemberDescription
HorizontalShows the layout items in horizontal direction.
VerticalShows the layout items in vertical direction.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Mvc Namespace