Share via


IAnimatedVisualSource2.SetColorProperty(String, Color) Method

Definition

Sets a color for the animated visual.

public:
 void SetColorProperty(Platform::String ^ propertyName, Color value);
void SetColorProperty(winrt::hstring const& propertyName, Color const& value);
public void SetColorProperty(string propertyName, Color value);
function setColorProperty(propertyName, value)
Public Sub SetColorProperty (propertyName As String, value As Color)

Parameters

propertyName
String

Platform::String

winrt::hstring

The property name of the color as defined in the JSON file for the animated icon.

value
Color

The color value for the propertyName.

Remarks

The JSON file for the animated icon is generated by LottieGen. For example, if you define a color property in your Lottie animation named Foreground, you can set the color using the AnimatedIcon.Foreground property.

Applies to