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