IAnimationObject Interfaccia

Definizione

Rappresenta un oggetto con proprietà a cui è possibile fare riferimento un'animazione.

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
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)

Commenti

Implementare IAnimationObject per consentire a un oggetto personalizzato di partecipare a ExpressionAnimations. Reindirizza la proprietà sull'oggetto personalizzato all'oggetto CompositionObject sottostante. Per altre info, vedi CompositionAnimation.SetExpressionReferenceParameter.

Metodi

PopulatePropertyInfo(String, AnimationPropertyInfo)

Definisce una proprietà che può essere animata.

Si applica a

Vedi anche