AnimatedSettingsVisualSource.SetColorProperty(String, Color) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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);
Public Sub SetColorProperty (propertyName As String, value As Color)
参数
- propertyName
-
String
Platform::String
winrt::hstring
动画图标的 JSON 文件中定义的颜色的属性名称。
- value
- Color
动画图标设置为的颜色值。
实现
M:Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2.SetColorProperty(System.String,Windows.UI.Color)
M:Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2.SetColorProperty(Platform::String,Windows.UI.Color)
M:Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2.SetColorProperty(winrt::hstring,Windows.UI.Color)
注解
颜色的属性名称在 LottieGen 为动画图标生成的 JSON 文件中定义。 例如,如果在 Lottie 动画中定义名为 Foreground
的颜色属性,则可以使用 AnimatedIcon.Foreground
属性设置颜色。