UIElement.PopulatePropertyInfoOverride(String, AnimationPropertyInfo) Method

Definition

When overridden in a derived class, defines a property that can be animated.

C#
protected virtual void PopulatePropertyInfoOverride(string propertyName, AnimationPropertyInfo animationPropertyInfo);

Parameters

propertyName
String

The property that can be animated.

animationPropertyInfo
AnimationPropertyInfo

Information about the property to 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