다음을 통해 공유


RevealBrush.TargetTheme 속성

정의

중요

RevealBrush는 요구 사항 섹션에 지정된 운영 체제에서 사용할 수 있습니다. 그러나 후속 버전에서는 변경되거나 사용할 수 없으므로 사용하지 않는 것이 좋습니다.

원하는 테마에 올바른 컴퍼지션 효과 레시피가 사용되는지 확인하기 위해 브러시와 조명을 그리는 데 사용되는 테마를 지정하는 값을 가져오거나 설정합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 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

적용 대상