AnimatedSettingsVisualSource.SetColorProperty(String, Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the color of the animated visual for an AnimatedIcon.
public:
virtual void SetColorProperty(Platform::String ^ propertyName, Color value) = SetColorProperty;
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 the animated icon is being set to.
Implements
Remarks
The property name of the color is defined in the JSON file generated by LottieGen for the animated icon. For example, if you define a color property in your Lottie animation named Foreground
, you can set the color using the AnimatedIcon.Foreground
property.