ProgressBarAnimationSettingsBuilder

Methods

Enable(System.Boolean)

Enables or disables the progress animation

Parameters

enable - System.Boolean

The boolean value

Example

Razor
 
            @( Html.Kendo().ProgressBar()
                .Name("progressBar")
                .Animation(a => a.Enable(false))
            )
             

Duration(System.Double)

The duration of each progress animation in milliseconds.

Parameters

value - System.Double

The value for Duration

In this article
MethodsEnable(System.Boolean)Duration(System.Double)
Not finding the help you need?
Contact Support