SystemColors.HighlightTextBrush 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 SolidColorBrush 结构,它为选定项的文本颜色。
public:
static property System::Windows::Media::SolidColorBrush ^ HighlightTextBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush HighlightTextBrush { get; }
member this.HighlightTextBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property HighlightTextBrush As SolidColorBrush
属性值
选定项的文本颜色。
注解
XAML 属性用法
<object property="{x:Static SystemColors.HighlightTextBrush}"/>
XAML 值
x:Static
x:Static 标记扩展。