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