ElementCompositionPreview.SetImplicitHideAnimation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的隐藏动画与 UIElement 相关联。
public:
static void SetImplicitHideAnimation(UIElement ^ element, ICompositionAnimationBase ^ animation);
static void SetImplicitHideAnimation(UIElement const& element, ICompositionAnimationBase const& animation);
public static void SetImplicitHideAnimation(UIElement element, ICompositionAnimationBase animation);
function setImplicitHideAnimation(element, animation)
Public Shared Sub SetImplicitHideAnimation (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.Collapsed 时,该元素及其在 UI 树中的所有后代将播放其隐藏动画。