ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / LayoutOrientation Enumeration

In This Topic
    LayoutOrientation Enumeration
    In This Topic
    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