ComponentOne ASP.NET MVC Controls
FadeOut Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : FadeOut Method
The value.
Configurates C1.Web.Mvc.Popup.FadeOut. Sets a value that determines whether popups should be hidden using a fade-out animation.
Syntax
'Declaration
 
Public Function FadeOut( _
   ByVal value As Boolean _
) As PopupBuilder
public PopupBuilder FadeOut( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members