DataGrid.VerticalGridLinesBrush Property

Definition

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

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

Property Value

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

Remarks

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

Applies to

See also