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