UIElement.PopulatePropertyInfoOverride(String, AnimationPropertyInfo) Method

Definition

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

protected:
 virtual void PopulatePropertyInfoOverride(Platform::String ^ propertyName, AnimationPropertyInfo ^ animationPropertyInfo) = PopulatePropertyInfoOverride;
void PopulatePropertyInfoOverride(winrt::hstring const& propertyName, AnimationPropertyInfo const& animationPropertyInfo);
protected virtual void PopulatePropertyInfoOverride(string propertyName, AnimationPropertyInfo animationPropertyInfo);
function populatePropertyInfoOverride(propertyName, animationPropertyInfo)
Protected Overridable Sub PopulatePropertyInfoOverride (propertyName As String, animationPropertyInfo As AnimationPropertyInfo)

Parameters

propertyName
String

Platform::String

winrt::hstring

The property that can be animated.

animationPropertyInfo
AnimationPropertyInfo

Information about the property to be animated.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to

See also