SystemColors.WindowColorKey 属性

定义

获取窗口客户端区域的背景 ColorResourceKey

public:
 static property System::Windows::ResourceKey ^ WindowColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey WindowColorKey { get; }
member this.WindowColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property WindowColorKey As ResourceKey

属性值

ResourceKey

窗口客户端区域的背景 Color 的资源关键字。

注解

使用 WindowColorKey 创建对窗口系统颜色的动态引用。 如果更改颜色,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 WindowColor

XAML 属性用法

<object property="{DynamicResource {x:Static SystemColors.WindowColorKey}}"/>  

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅