DataGrid.HorizontalGridLinesBrush プロパティ

定義

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

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

プロパティ値

Brush

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

注釈

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

適用対象

こちらもご覧ください