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

In This Topic
    IsAnimated Property (TabPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TabPanel.IsAnimated. Sets a value that determines whether tab changes should be animated with a fade-in effect.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also