다음을 통해 공유


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 트리의 모든 하위 항목이 숨기기 애니메이션을 재생합니다.

적용 대상