UIElement.PopulatePropertyInfo(String, AnimationPropertyInfo) Method

Definition

Defines a property that can be animated.

C#
public void PopulatePropertyInfo(string propertyName, AnimationPropertyInfo propertyInfo);

Parameters

propertyName
String

The property that can be animated.

propertyInfo
AnimationPropertyInfo

Information about the property to be animated.

Implements

M:Microsoft.UI.Composition.IAnimationObject.PopulatePropertyInfo(System.String,Microsoft.UI.Composition.AnimationPropertyInfo)

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