Skip to main content
A newer version of this page is available. .
Tab

ImageSliderImageAreaSettings.AnimationDuration Property

Gets or sets the duration of the image change animation in the image area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(400)]
public int AnimationDuration { get; set; }

Property Value

Type Default Description
Int32 400

A Int32 value that specifies the time in milliseconds.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AnimationDuration
ASP.NET Controls and MVC Extensions ASPxImageSlider
.SettingsImageArea .AnimationDuration
ASP.NET MVC Extensions ImageSliderSettings
.SettingsImageArea .AnimationDuration
MVCxImageSlider
.SettingsImageArea .AnimationDuration

Remarks

The ImageSliderImageAreaSettings can change images with the animation effect specified by the ImageSliderImageAreaSettings.AnimationType property. Use the AnimationDuration property to specify the duration of the image animation.

See Also