ScrollingZoomAnimationStartingEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
- 특성
설명
이러한 이벤트 인수는 ScrollView.ZoomAnimationStarting 이벤트에서 사용되며, 이 이벤트는 를 호출하거나 ZoomBy
애니메이션을 트리거할 ZoomTo
때 발생합니다. 이벤트를 처리하여 애니메이션을 사용자 지정할 수 있습니다.
속성
Animation |
애니메이션 확대/축소 비율 변경 중에 실행할 애니메이션을 가져오거나 설정합니다. 애니메이션은 콘텐츠의 배율을 대상으로 합니다. |
CenterPoint |
확대/축소 비율 변경의 중심점을 가져옵니다. |
CorrelationId |
이전에 또는 |
EndZoomFactor |
애니메이션의 끝에 있는 콘텐츠 배율을 가져옵니다. |
StartZoomFactor |
애니메이션의 시작 부분에 있는 콘텐츠 배율을 가져옵니다. |