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.v19.2.dll

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:

Object Type Path to AnimationDuration
ASPxImageSlider
.SettingsImageArea.AnimationDuration
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