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

または によってZoomToZoomBy以前に返された、アニメーション化されたズーム係数の変更に関連付けられている関連付け ID を取得します。

EndZoomFactor

アニメーションの末尾にあるコンテンツ スケールを取得します。

StartZoomFactor

アニメーションの開始時のコンテンツ スケールを取得します。

適用対象

こちらもご覧ください