DataGrid.VerticalGridLinesBrush プロパティ

定義

縦グリッド線の描画に使用されるブラシを取得または設定します。

public:
 property System::Windows::Media::Brush ^ VerticalGridLinesBrush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush VerticalGridLinesBrush { get; set; }
member this.VerticalGridLinesBrush : System.Windows.Media.Brush with get, set
Public Property VerticalGridLinesBrush As Brush

プロパティ値

DataGrid の垂直グリッド線の描画に使用するブラシ。 登録済みの既定値は黒の SolidColorBrush です。 この値が何に影響されるかの詳細については、DependencyProperty のトピックを参照してください。

注釈

垂直グリッド線は、 の列を DataGrid区切ります。 プロパティが または NoneHorizontal設定されている場合、GridLinesVisibilityこのプロパティは無効です。

適用対象

こちらもご覧ください