SystemColors.InfoTextBrush 属性

定义

SolidColorBrush获取控件的文本颜色ToolTip

public:
 static property System::Windows::Media::SolidColorBrush ^ InfoTextBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush InfoTextBrush { get; }
static member InfoTextBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InfoTextBrush As SolidColorBrush

属性值

控件的文本颜色 ToolTip

注解

XAML 属性用法

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

XAML 值

x:Staticx:Static Markup Extension

适用于