Share via


IAnimationObject Interface

Définition

Représente un objet qui a des propriétés qui peuvent être référencées par une animation.

public interface class IAnimationObject
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2404782493, 47469, 22736, 153, 22, 209, 197, 227, 144, 248, 144)]
struct IAnimationObject
/// [Windows.Foundation.Metadata.Guid(2404782493, 47469, 22736, 153, 22, 209, 197, 227, 144, 248, 144)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
struct IAnimationObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.Guid(2404782493, 47469, 22736, 153, 22, 209, 197, 227, 144, 248, 144)]
public interface IAnimationObject
[Windows.Foundation.Metadata.Guid(2404782493, 47469, 22736, 153, 22, 209, 197, 227, 144, 248, 144)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public interface IAnimationObject
Public Interface IAnimationObject
Dérivé
Attributs

Remarques

Implémentez IAnimationObject pour permettre à un objet personnalisé de participer à ExpressionAnimations. Il redirige la propriété sur l’objet personnalisé vers l’objet CompositionObject sous-jacent. Pour plus d’informations, consultez CompositionAnimation.SetExpressionReferenceParameter.

Méthodes

PopulatePropertyInfo(String, AnimationPropertyInfo)

Définit une propriété qui peut être animée.

S’applique à

Voir aussi