DataGrid.AlternatingRowForeground Property

Definition

Gets or sets the Brush that is used to paint the foreground of odd-numbered rows.

public Windows.UI.Xaml.Media.Brush AlternatingRowForeground { get; set; }
member this.AlternatingRowForeground : Windows.UI.Xaml.Media.Brush with get, set
Public Property AlternatingRowForeground As Brush

Property Value

Windows.UI.Xaml.Media.Brush

The brush that is used to paint the foreground of odd-numbered rows.

Applies to