StatusBarExtensions Class

Definition

Provides attached dependency properties for interacting with the Windows.UI.ViewManagement.StatusBar on a window (app view).

public static class StatusBarExtensions
type StatusBarExtensions = class
Public Class StatusBarExtensions
Inheritance
StatusBarExtensions

Fields

IsVisibleProperty

Using a DependencyProperty as the backing store for IsVisible. This enables animation, styling, binding, etc...

Properties

IsStatusBarSupported

Gets a value indicating whether StatusBar is supported or not.

Attached Properties

IsVisible

Methods

GetBackgroundColor(Page)

Gets Color for StatusBar.BackgroundColor

GetBackgroundOpacity(Page)

Gets Double from StatusBar.BackgroundOpacity

GetForegroundColor(Page)

Gets Color from StatusBar.ForegroundColor

GetIsVisible(Page)

Gets Boolean indicating whether Windows.UI.ViewManagement.StatusBar is visible or not.

SetBackgroundColor(Page, Color)

Sets Color to StatusBar.BackgroundColor

SetBackgroundOpacity(Page, Double)

Sets Double to StatusBar.BackgroundOpacity

SetForegroundColor(Page, Color)

Sets Color to StatusBar.ForegroundColor

SetIsVisible(Page, Boolean)

Sets a Boolean resulting in Windows.UI.ViewManagement.StatusBar becoming visible or invisible.

Applies to