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
Declaration
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 |
|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
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