New to Telerik UI for ASP.NET Core? Download free 30-day trial

ProgressBarAnimationSettingsBuilder

Defines the fluent API for configuring ProgressBarAnimationSettings

Methods

Enable(System.Boolean)

Enables or disables the progress animation

Parameters

enable - System.Boolean

The boolean value

Example


            @( 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
Not finding the help you need?