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; }
member this.InfoBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InfoBrush As SolidColorBrush

屬性值

SolidColorBrush

ToolTip 控制項的背景色彩。

備註

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於