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

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