SystemColors.ControlBrush プロパティ

定義

3D 表示要素の表面の色を表す SolidColorBrush を取得します。

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

プロパティ値

3D 表示要素の表面の色に設定された Color を持つ SolidColorBrush。 この返されたブラシの IsFrozen プロパティが true であるため、これは変更できません。

注釈

XAML 属性の使用方法

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

XAML 値

X:Static
x:Static マークアップ拡張機能

適用対象