ComponentOne ASP.NET MVC Controls
FadeIn Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members