SliderBase.Ticks Property
In This Article
Gets the period of time that it takes for an ImageSlider object to switch from one image to another.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int64 | 7000000 | An Int64 value, indicating how many ticks it takes to switch to another image. |
#Remarks
Use the SliderBase.AnimationTime property to change the time required to switch to another image.
See Also