InteractionTrackerInertiaModifier クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
慣性修飾子の基底クラス。
InteractionTrackerInertiaModifier は、慣性修飾子の基底クラスを表します。 慣性修飾子は、 InteractionTracker が最終的な静止位置に到達する場所と方法の動作を変更する方法と考えることができます。 InteractionTracker のこの動作の変更は、スナップ ポイントなど、より多くのカスタム モーション エクスペリエンスが必要な場合に一般的に使用されます。 慣性修飾子を使用して InteractionTracker の動作を変更する方法には、InteractionTrackerInertiaRestingValue クラスとの対話後に最終的な静止位置を変更する方法、または InteractionTrackerInertiaMotion クラスを使用した慣性時の実際のモーションと最終的な静止位置の計算に使用される式を定義する方法の 2 つのバリエーションがあります。 これらの修飾子は、 InteractionTracker の X 位置、Y 位置、またはスケールのいずれかに適用されます。
[WebHostHidden]
public ref class InteractionTrackerInertiaModifier : CompositionObject
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class InteractionTrackerInertiaModifier : CompositionObject
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
[WebHostHidden]
class InteractionTrackerInertiaModifier : CompositionObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class InteractionTrackerInertiaModifier : CompositionObject
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public class InteractionTrackerInertiaModifier : CompositionObject
Public Class InteractionTrackerInertiaModifier
Inherits CompositionObject
- 継承
- 派生
- 属性
注釈
慣性修飾子は、 InteractionTracker が慣性状態になったときにのみ評価されることに注意してください。 InteractionTracker が慣性に入ると、すべての慣性修飾子が評価され、選択されている場合は、InteractionTracker の速度が 0 になるまでモーションの計算に使用されます。
プロパティ
Comment |
CompositionObject に関連付ける文字列。 (継承元 CompositionObject) |
Compositor |
この CompositionObject の作成に使用されるコンポジター。 (継承元 CompositionObject) |
DispatcherQueue |
CompositionObject の DispatcherQueue を取得します。 (継承元 CompositionObject) |
ImplicitAnimations |
このオブジェクトにアタッチされた暗黙的なアニメーションのコレクション。 (継承元 CompositionObject) |
Properties |
CompositionObject に関連付けられているプロパティのコレクション。 (継承元 CompositionObject) |