C1.Web.Mvc Namespace / LayoutOrientation Enumeration

LayoutOrientation Enumeration
Specifies the direction in which the layout items renders in the dashboard.
Syntax
'Declaration
 
Public Enum LayoutOrientation 
   Inherits 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