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 事件會使用這些事件自變數,此事件會在呼叫ZoomTo
或ZoomBy
觸發動畫時引發。 您可以處理事件來自定義動畫。
屬性
Animation |
取得或設定動畫在動畫縮放因數變更期間執行的動畫。 動畫以內容的規模為目標。 |
CenterPoint |
取得縮放因數變更的中心點。 |
CorrelationId |
取得與動畫縮放因數變更相關聯的相互關聯標識符,先前由 或 |
EndZoomFactor |
取得動畫結尾的內容縮放比例。 |
StartZoomFactor |
取得動畫開頭的內容小數位數。 |