共用方式為


ElementCompositionPreview.SetImplicitHideAnimation 方法

定義

將指定的隱藏動畫與 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 樹狀結構中播放隱藏動畫。

適用於