Popup.PopupAnimation Property
Gets or sets an animation for the opening and closing of a Popup control.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object PopupAnimation="PopupAnimation" .../>
Property Value
Type: System.Windows.Controls.Primitives.PopupAnimationThe PopupAnimation enumeration value that defines an animation to open and close a Popup control. The default is None.
A Popup can only animate when the AllowsTransparency property is set to true. This requires the application that creates the Popup control to run with full trust.
If the PlacementTarget is animated, the Popup will not be animated.
The following example shows how to set the PopupAnimation property.
More Code
| How to: Animate a Popup | This example shows two ways to animate a Popup control. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.