StatusBarExtensions.GetForegroundColor(Page) Method

Definition

Gets Color from StatusBar.ForegroundColor

public static Windows.UI.Color GetForegroundColor (Windows.UI.Xaml.Controls.Page page);
static member GetForegroundColor : Windows.UI.Xaml.Controls.Page -> Windows.UI.Color
Public Shared Function GetForegroundColor (page As Page) As Color

Parameters

page
Windows.UI.Xaml.Controls.Page

The Windows.UI.Xaml.Controls.Page

Returns

Color

Applies to