SystemColors.InfoBrush 属性

定义

获取作为 ToolTip 控件的背景色的 SolidColorBrush

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

属性值

ToolTip 控件的背景色。

注解

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于