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

Book.AnimationRate Property

Gets or sets the animation rate. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

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

Declaration

public double AnimationRate { get; set; }

Property Value

Type Description
Double

A Double value that specifies the animation rate.

Remarks

The animation rate is measured in frames per second in the speed the animation is played. The animation speed is specified by the Book.AnimationSpeed property. The speed of the short animation which is played when the mouse pointer hovers over the active area within a page, is specified by the Book.ShortAnimationSpeed property.

By default, animations are played at a rate of 25 fps. To prevent delays and flashes (slow machines), decrease the animation rate.

See Also