SystemColors.WindowColorKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取窗口客户端区域的背景 Color 的 ResourceKey。
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
属性值
窗口客户端区域的背景 Color 的资源关键字。
注解
使用 WindowColorKey 创建对窗口系统颜色的动态引用。 如果更改颜色,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 WindowColor。
XAML 属性用法
<object property="{DynamicResource {x:Static SystemColors.WindowColorKey}}"/>
XAML 值
x:Static
x:Static 标记扩展。