PopupToolWindowAnimation Enum
Enumerates animation modes.
Namespace: DevExpress.Utils.Win
Assembly: DevExpress.Utils.v24.1.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