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

In This Topic
    Direction Property (FlowLayoutTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlowLayout.Direction. Sets the direction of the flow layout.
    Syntax
    'Declaration
     
    Public Property Direction As FlowDirection
    public FlowDirection Direction {get; set;}
    See Also