RevealBrush.TargetTheme 属性

定义

重要

RevealBrush 可用于“要求”部分中指定的操作系统。 但是,我们不建议使用它,因为它可能会在后续版本中更改或不可用。

获取或设置一个值,该值指定用于绘制画笔和光线的主题,以确保将正确的合成效果配方用于所需的主题。

适用于 UWP 的等效 WinUI 2 APIWindows 应用 SDK中用于 WinUI 的 Microsoft.UI.Xaml.Media.RevealBrush.TargetTheme (,请参阅 ) Windows 应用 SDK命名空间

public:
 property ApplicationTheme TargetTheme { ApplicationTheme get(); void set(ApplicationTheme value); };
ApplicationTheme TargetTheme();

void TargetTheme(ApplicationTheme value);
public ApplicationTheme TargetTheme { get; set; }
var applicationTheme = revealBrush.targetTheme;
revealBrush.targetTheme = applicationTheme;
Public Property TargetTheme As ApplicationTheme

属性值

ApplicationTheme 值。

适用于