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






In This Topic
    FadeOut Property (Popup)
    In This Topic
    Gets or sets a value that determines whether popups should be hidden using a fade-out animation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property FadeOut As System.Boolean
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.Boolean
     
    instance.FadeOut = value
     
    value = instance.FadeOut
    [System.ComponentModel.DefaultValue(true)]
    public System.bool FadeOut {get; set;}
    public read-write property FadeOut: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set FadeOut : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_FadeOut();
    public: __property void set_FadeOut( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool FadeOut {
       System.bool get();
       void set (    System.bool value);
    }
    See Also