SystemColors.InfoBrush 属性

定义

SolidColorBrush获取控件的背景色ToolTip

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:Staticx:Static Markup Extension

适用于