PopupToolWindowAnimation Enum
In This Article
Enumerates animation modes.
Namespace: DevExpress.Utils.Win
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Fade
|
A fade animation effect. |
Slide
|
A slide-in animation effect. |
#Related API Members
The following properties accept/return PopupToolWindowAnimation values:
#Remarks
Values provided by the PopupToolWindowAnimation type are used to initialize the FlyoutPanelOptions.AnimationType property.
See Also