ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / FadeIn Property

In This Topic
    FadeIn Property
    In This Topic
    Gets or sets a value that determines whether popups should be shown using a fade-in animation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property FadeIn As Boolean
    [DefaultValue(true)]
    public bool FadeIn {get; set;}
    See Also