DataGrid.HorizontalGridLinesBrush Property

Definition

Gets or sets the brush that is used to draw the horizontal grid lines.

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

Property Value

The brush that is used to draw the horizontal grid lines in the DataGrid. The registered default is a black SolidColorBrush. For more information about what can influence the value, see DependencyProperty.

Remarks

Horizontal grid lines separate the rows in the DataGrid. This property has no effect if the GridLinesVisibility property is set to Vertical or None.

Applies to

See also