Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Book.AnimationRate Property

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

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

#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