PageView.AnimationSpeedRatio Property
Gets or sets the speed of animation that follows navigation through this PageView‘s pages. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value that specifies the speed of animation that follows navigation through this PageView‘s pages. |
Remarks
The AnimationSpeedRatio property allows you to speed up or slow down the animation played when navigating through PageViewItems. The AnimationSpeedRatio property value is the multiplier for the default navigation animation speed, which is equal to 1.
See Also