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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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