StatusBarExtensions.SetBackgroundColor(Page, Color) Method

Definition

Sets Color to StatusBar.BackgroundColor

public static void SetBackgroundColor (Windows.UI.Xaml.Controls.Page page, Windows.UI.Color value);
static member SetBackgroundColor : Windows.UI.Xaml.Controls.Page * Windows.UI.Color -> unit
Public Shared Sub SetBackgroundColor (page As Page, value As Color)

Parameters

page
Windows.UI.Xaml.Controls.Page

The Windows.UI.Xaml.Controls.Page

value
Color

Color

Applies to