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

In This Topic
    Orientation Property (SplitGroup)
    In This Topic
    Gets or sets the orientation of the group.
    Syntax
    'Declaration
     
    Public Property Orientation As LayoutOrientation
    public LayoutOrientation Orientation {get; set;}
    See Also