ListViewExtensions.SetAlternateColor(ListViewBase, Brush) Method

Definition

Sets the alternate Windows.UI.Xaml.Media.Brush associated with the specified Windows.UI.Xaml.DependencyObject

public static void SetAlternateColor (Windows.UI.Xaml.Controls.ListViewBase obj, Windows.UI.Xaml.Media.Brush value);
static member SetAlternateColor : Windows.UI.Xaml.Controls.ListViewBase * Windows.UI.Xaml.Media.Brush -> unit
Public Sub SetAlternateColor (obj As ListViewBase, value As Brush)

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to associate the Windows.UI.Xaml.Media.Brush with

value
Windows.UI.Xaml.Media.Brush

The Windows.UI.Xaml.Media.Brush for binding to the Windows.UI.Xaml.Controls.ListViewBase

Applies to