IAnimationObject Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa un objeto que tiene propiedades a las que puede hacer referencia una animación.
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
- Derivado
- Atributos
Comentarios
Implemente IAnimationObject
para permitir que un objeto personalizado participe en ExpressionAnimations. Redirige la propiedad del objeto personalizado al compositionObject subyacente. Para obtener más información, consulta CompositionAnimation.SetExpressionReferenceParameter.
Métodos
PopulatePropertyInfo(String, AnimationPropertyInfo) |
Define una propiedad que se puede animar. |