SystemColors.GrayTextColorKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取失效文本的 Color 的 ResourceKey。
public:
static property System::Windows::ResourceKey ^ GrayTextColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey GrayTextColorKey { get; }
static member GrayTextColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property GrayTextColorKey As ResourceKey
属性值
失效文本的 Color 的资源关键字。
注解
GrayTextColorKey使用 创建对已禁用文本系统颜色的动态引用。 如果颜色发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 GrayTextColor。
XAML 属性用法
<object property="{DynamicResource {x:Static SystemColors.GrayTextColorKey}}"/>
XAML 值
x:Static
x:Static 标记扩展。