NavigationFrame.AnimationDelay Property
Gets or sets the delay that elapses before a View is changed using the animation. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The NavigationFrame.AnimationType property specifies the animation used to change Views. The AnimationDelay property allows you to set the delay that elapses before a View is changed using the animation. By default, this property specifies a 150 ms delay. Note that if the animation is not used (the NavigationFrame.AnimationType equals None), the AnimationDelay property is not in effect and Views are changed immediately.
Note
If the Total