Skip to main content
Tab

ImageSliderImageAreaSettings.AnimationDuration Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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 MVC Extensions ImageSliderSettings
.SettingsImageArea .AnimationDuration
ASP.NET Web Forms Controls ASPxImageSlider
.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