IAnimationObject Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un oggetto con proprietà a cui è possibile fare riferimento un'animazione.
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
- Derivato
- Attributi
Commenti
Implementare IAnimationObject
per consentire a un oggetto personalizzato di partecipare a ExpressionAnimations. Reindirizza la proprietà nell'oggetto personalizzato all'oggetto CompositionObject sottostante. Per altre informazioni, vedere CompositionAnimation.SetExpressionReferenceParameter.
Metodi
PopulatePropertyInfo(String, AnimationPropertyInfo) |
Definisce una proprietà che può essere animata. |