Edit

Share via


ListViewExtensions.GetAlternateColor(ListViewBase) Method

Definition

Gets the alternate Windows.UI.Xaml.Media.Brush associated with the specified Windows.UI.Xaml.Controls.ListViewBase

public static Windows.UI.Xaml.Media.Brush GetAlternateColor (Windows.UI.Xaml.Controls.ListViewBase obj);
static member GetAlternateColor : Windows.UI.Xaml.Controls.ListViewBase -> Windows.UI.Xaml.Media.Brush
Public Function GetAlternateColor (obj As ListViewBase) As Brush

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to get the associated Windows.UI.Xaml.Media.Brush from

Returns

Windows.UI.Xaml.Media.Brush

The Windows.UI.Xaml.Media.Brush associated with the Windows.UI.Xaml.Controls.ListViewBase

Applies to