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

PopupToolWindowAnimation Enum

Enumerates animation modes.

Namespace: DevExpress.Utils.Win

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public enum PopupToolWindowAnimation

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