IAnimatedVisualSource2.SetColorProperty(String, Color) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void SetColorProperty(Platform::String ^ propertyName, Color value);
void SetColorProperty(winrt::hstring const& propertyName, Color const& value);
public void SetColorProperty(string propertyName, Color value);
Public Sub SetColorProperty (propertyName As String, value As Color)
参数
- propertyName
-
String
Platform::String
winrt::hstring
动画图标的 JSON 文件中定义的颜色的属性名称。
- value
- Color
propertyName 的颜色值。
注解
动态图标的 JSON 文件由 LottieGen 生成。 例如,如果在名为“Lottie”动画 Foreground
中定义颜色属性,则可以使用 AnimatedIcon.Foreground
该属性设置颜色。