WindowsUIView.IsTransitionAnimationInProgress Property
Gets whether transition animation is currently running within this WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if transition animation is currently running within this WindowsUIView; otherwise, false. |
Remarks
PageGroup containers can display only one Document at a time. Navigating from one Document to another is coupled with animation effects. To set whether this transition animation is enabled for all PageGroups within the WindowsUIView, use the WindowsUIView.UseTransitionAnimation property.
If the navigation animation is enabled, you can use the IPageGroupProperties.SwitchDocumentAnimationMode property to specify its type (fade in, horizontal or vertical slide) or the IPageGroupProperties.SwitchDocumentAnimationFrameInterval and IPageGroupProperties.SwitchDocumentAnimationFramesCount properties to specify its duration.