RevealBrush.TargetTheme 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
RevealBrush 可用于“要求”部分中指定的操作系统。 但是,不建议使用它,因为它可能会在后续版本中更改或不可用。
获取或设置一个值,该值指定用于绘制画笔和浅色的主题,以确保正确的合成效果食谱用于所需主题。
本文档适用于 Windows 应用 SDK 中 WinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。
public:
property ApplicationTheme TargetTheme { ApplicationTheme get(); void set(ApplicationTheme value); };
ApplicationTheme TargetTheme();
void TargetTheme(ApplicationTheme value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")]
ApplicationTheme TargetTheme();
void TargetTheme(ApplicationTheme value);
public ApplicationTheme TargetTheme { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")]
public ApplicationTheme TargetTheme { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ApplicationTheme::Light")] set; }
Public Property TargetTheme As ApplicationTheme
属性值
ApplicationTheme 值。
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute