GridLineBrush Property
GridLineBrush
Gets or sets a Brush used to paint the grid lines. This is a dependency property.
Declaration
public Brush GridLineBrush { get; set; }
Public Property GridLineBrush As Brush
Property Value
Type |
Description |
Brush |
A Brush used to paint the grid lines.
|