Configurates
C1.Web.Mvc.TabPanel.IsAnimated. Sets a value that determines whether tab changes should be animated with a fade-in effect.
Syntax
'Declaration
Public Function IsAnimated( _
ByVal As Boolean _
) As TabPanelBuilder
public TabPanelBuilder IsAnimated(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also