DataGrid.FocusBorderBrushKey プロパティ

定義

フォーカスがあるセルの既定の境界ブラシを参照するキーを取得します。

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

プロパティ値

フォーカスがあるセルの既定のブラシを参照するキー。

注釈

このブラシを参照する既定の DataGrid スタイルは、フォーカスのあるセルの周囲に太い罫線を作成します。

適用対象