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

In This Topic
    Styles Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.Styles. Sets or set the waterfall styles.
    Syntax
    'Declaration
     
    Public Property Styles As WaterfallStyles
    public WaterfallStyles Styles {get; set;}
    See Also