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 マークアップ拡張機能

適用対象