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.

Applies to

See also