ScalarKeyFrameAnimation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つ以上のキー フレームを持つスカラー ベースのプロパティを対象とする時間ベースのアニメーション。
public ref class ScalarKeyFrameAnimation sealed : KeyFrameAnimation
/// [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)]
class ScalarKeyFrameAnimation final : KeyFrameAnimation
/// [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)]
class ScalarKeyFrameAnimation final : KeyFrameAnimation
[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 sealed class ScalarKeyFrameAnimation : KeyFrameAnimation
[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 sealed class ScalarKeyFrameAnimation : KeyFrameAnimation
Public NotInheritable Class ScalarKeyFrameAnimation
Inherits KeyFrameAnimation
- 継承
-
Object Platform::Object IInspectable CompositionObject CompositionAnimation KeyFrameAnimation ScalarKeyFrameAnimation
- 属性
注釈
アニメーションは、 CompositionObject.StartAnimation を呼び出し、プロパティ名とアニメーションを指定することで、オブジェクトのプロパティに関連付けられます。 アニメーション化可能なプロパティの一覧については 、CompositionObject.StartAnimation の解説セクションを参照してください。
プロパティ
Comment |
CompositionObject に関連付ける文字列。 (継承元 CompositionObject) |
Compositor |
この CompositionObject の作成に使用するコンポジター。 (継承元 CompositionObject) |
DelayBehavior |
キー フレーム アニメーションの遅延動作。 (継承元 KeyFrameAnimation) |
DelayTime |
CompositionObject.StartAnimation が呼び出された後にアニメーションが開始されるまでの遅延。 (継承元 KeyFrameAnimation) |
Direction |
アニメーションの再生方向。 Direction プロパティを使用すると、アニメーションに IterationCount が 1 より大きい場合は、アニメーションを開始から終了、開始、または開始と終了の間で切り替えて開始することができます。 これにより、アニメーション定義を簡単にカスタマイズできます。 (継承元 KeyFrameAnimation) |
DispatcherQueue |
CompositionObject の DispatcherQueue を取得します。 (継承元 CompositionObject) |
Duration |
アニメーションの継続時間。 (継承元 KeyFrameAnimation) |
ImplicitAnimations |
このオブジェクトにアタッチされている暗黙的なアニメーションのコレクション。 (継承元 CompositionObject) |
InitialValueExpressions |
アニメーションの初期値を取得します。 (継承元 CompositionAnimation) |
IterationBehavior |
キー フレーム アニメーションの反復動作。 (継承元 KeyFrameAnimation) |
IterationCount |
キー フレーム アニメーションを繰り返す回数。 (継承元 KeyFrameAnimation) |
KeyFrameCount |
KeyFrameAnimation 内のキー フレームの数。 (継承元 KeyFrameAnimation) |
Properties |
CompositionObject に関連付けられているプロパティのコレクション。 (継承元 CompositionObject) |
StopBehavior |
StopAnimation が呼び出されたときにプロパティ値を設定する方法を指定します。 (継承元 KeyFrameAnimation) |
Target |
アニメーションのターゲット。 (継承元 CompositionAnimation) |