Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public double AnimationSpeedRatio { get; set; }

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