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

In This Topic
    FadeIn Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.FadeIn. Sets a value that determines whether popups should be shown using a fade-in animation.
    Syntax
    'Declaration
     
    Public Property FadeIn As Boolean
    public bool FadeIn {get; set;}
    See Also