Share via


ScrollingZoomAnimationStartingEventArgs 클래스

정의

ScrollView.ZoomAnimationStarting 이벤트에 대한 데이터를 제공합니다.

public ref class ScrollingZoomAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollingZoomAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollingZoomAnimationStartingEventArgs
Public NotInheritable Class ScrollingZoomAnimationStartingEventArgs
상속
Object Platform::Object IInspectable ScrollingZoomAnimationStartingEventArgs
특성

설명

이러한 이벤트 인수는 ScrollView.ZoomAnimationStarting 이벤트에서 사용되며, 이 이벤트는 를 호출하거나 ZoomBy 애니메이션을 트리거할 ZoomTo 때 발생합니다. 이벤트를 처리하여 애니메이션을 사용자 지정할 수 있습니다.

속성

Animation

애니메이션 확대/축소 비율 변경 중에 실행할 애니메이션을 가져오거나 설정합니다. 애니메이션은 콘텐츠의 배율을 대상으로 합니다.

CenterPoint

확대/축소 비율 변경의 중심점을 가져옵니다.

CorrelationId

이전에 또는 ZoomBy에서 반환한 애니메이션 확대/축소 비율 변경과 관련된 상관 관계 ID를 ZoomTo 가져옵니다.

EndZoomFactor

애니메이션의 끝에 있는 콘텐츠 배율을 가져옵니다.

StartZoomFactor

애니메이션의 시작 부분에 있는 콘텐츠 배율을 가져옵니다.

적용 대상

추가 정보