ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoGridLayoutTagHelper Class / Orientation Property

In This Topic
    Orientation Property (AutoGridLayoutTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridLayout.Orientation. Sets the layout orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As LayoutOrientation
    public LayoutOrientation Orientation {get; set;}
    See Also