ElementCompositionPreview.SetImplicitShowAnimation 方法

定义

将指定的显示动画与 UIElement 相关联。

public:
 static void SetImplicitShowAnimation(UIElement ^ element, ICompositionAnimationBase ^ animation);
 static void SetImplicitShowAnimation(UIElement const& element, ICompositionAnimationBase const& animation);
public static void SetImplicitShowAnimation(UIElement element, ICompositionAnimationBase animation);
function setImplicitShowAnimation(element, animation)
Public Shared Sub SetImplicitShowAnimation (element As UIElement, animation As ICompositionAnimationBase)

参数

element
UIElement

要与动画关联的 UIElement。

animation
ICompositionAnimationBase

显示 UIElement 时要播放的动画。 Null 值阻止显示动画为此元素播放,直到再次使用动画值调用 方法。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

将元素添加到场景中或其 Visibility 属性变为 Visibility.Visible 时,该元素及其在 UI 树中的所有后代将播放其显示动画。

适用于