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 |
アニメーションの開始時のコンテンツ スケールを取得します。 |