Back to Devexpress

SliderBase.AnimationTime Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-sliderbase-9e8662eb.md

latest1.5 KB
Original Source

SliderBase.AnimationTime Property

Gets or sets the time required to switch to another image.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(700)]
[DXCategory("Behavior")]
public int AnimationTime { get; set; }
vb
<DefaultValue(700)>
<DXCategory("Behavior")>
Public Property AnimationTime As Integer

Property Value

TypeDefaultDescription
Int32700

An integer value that specifies the time, in milliseconds, required to switch to another image.

|

Remarks

Note

If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll , the image sliding animation effect is disabled.

See Also

SliderBase Class

SliderBase Members

DevExpress.XtraEditors.Controls Namespace