次の方法で共有


SystemColors.ControlLightBrush プロパティ

定義

3 次元表示要素の明るい色である SolidColorBrush を取得します。

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

プロパティ値

Colorが 3 次元表示要素の明るい色に設定されたSolidColorBrush。 返されたブラシの IsFrozen プロパティは trueされるため、変更できません。

注釈

XAML 属性の使用法

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

XAML 値

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

適用対象