IAnimationObject Interface

Definition

Represents an object that has properties that can be referenced by an animation.

C#
[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
C#
[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
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

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also