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 As Boolean _
) As PopupBuilder
public PopupBuilder FadeIn(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also