IAnimationObject Interface

Definition

Represents an object that has properties that can be referenced by an 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
Derived
Attributes

Remarks

Implement IAnimationObject to let a custom object participate in ExpressionAnimations. It redirects the property on the custom object to the underlying CompositionObject. For more info, see CompositionAnimation.SetExpressionReferenceParameter.

Methods

PopulatePropertyInfo(String, AnimationPropertyInfo)

Defines a property that can be animated.

Applies to

See also