DataGrid.HorizontalGridLinesBrush Property

Definition

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

C#
public System.Windows.Media.Brush HorizontalGridLinesBrush { get; set; }

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

Prodotto Versioni
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also