IAnimationObject インターフェイス

定義

アニメーションで参照できるプロパティを持つオブジェクトを表します。

public interface class IAnimationObject
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(3876855306, 1208, 20421, 164, 220, 25, 83, 146, 229, 120, 7)]
struct IAnimationObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.Guid(3876855306, 1208, 20421, 164, 220, 25, 83, 146, 229, 120, 7)]
public interface IAnimationObject
Public Interface IAnimationObject
派生
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

を実装 IAnimationObject して、カスタム オブジェクトを ExpressionAnimationに参加させます。 カスタム オブジェクトの プロパティを基になる CompositionObject にリダイレクトします。 詳細については、「 CompositionAnimation.SetExpressionReferenceParameter」を参照してください。

メソッド

PopulatePropertyInfo(String, AnimationPropertyInfo)

アニメーション化できるプロパティを定義します。

適用対象

こちらもご覧ください