DataGridVerticalGridLinesBrush Property

Gets or sets the Brush that is used to paint grid lines separating columns.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public IBrush VerticalGridLinesBrush { get; set; }

Property Value

IBrush

See Also