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

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

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