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

NavigationFrame.TransitionAnimationProperties Property

Provides access to settings that affect the quality and performance of animation effects, played when this NavigationFrame navigates through its pages.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
public TransitionAnimationProperties TransitionAnimationProperties { get; }

#Property Value

Type Description
DevExpress.XtraBars.Navigation.TransitionAnimationProperties

A DevExpress.XtraBars.Navigation.TransitionAnimationProperties object that stores animation properties.

#Remarks

The TransitionAnimationProperties property provides access to the FrameCount and FrameInterval properties that specify how many animation frames will be used for animating page transitions and how quickly these frames will change. These settings affect the animation quality and performance.

See Also