Back to Devexpress

SliderBase.Ticks Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-sliderbase-49f712d0.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(7000000L)]
public long Ticks { get; }
vb
<DefaultValue(7000000L)>
<Browsable(False)>
Public ReadOnly Property Ticks As Long

Property Value

TypeDefaultDescription
Int647000000

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

ImageSlider

SlideNext()

SlidePrev()

AnimationTime

SliderBase Class

SliderBase Members

DevExpress.XtraEditors.Controls Namespace