PopupAnimation Enum

Definition

Describes how a Popup control animates when it opens.

public enum PopupAnimation
Inheritance
PopupAnimation

Fields

Name Value Description
None 0

The Popup control appears without animation.

Fade 1

The Popup control gradually appears, or fades in. This effect is created by increasing the opacity of the Popup window over time.

Slide 2

The Popup control slides down or up into place. By default, a Popup slides down. However, if the screen does not provide enough room for the Popup to slide down, it slides up instead.

Scroll 3

The Popup control scrolls from the upper-left corner of its parent. If the screen does not provide enough room to allow the Popup default behavior, the Popup scrolls from the lower-right corner instead.

Remarks

To specify a type of animation for a Popup control, set the PopupAnimation property to one of the enumeration values.

Applies to

Produto Versões
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also