Skip to main content

SliderBase.Ticks Property

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(7000000L)]
public long Ticks { get; }

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