TitleBarExtensions Class

Definition

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

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

Methods

GetBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.BackgroundColor

GetButtonBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonBackgroundColor

GetButtonForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonForegroundColor

GetButtonHoverBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonHoverBackgroundColor

GetButtonHoverForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonHoverForegroundColor

GetButtonInactiveBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonInactiveBackgroundColor

GetButtonInactiveForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonInactiveForegroundColor

GetButtonPressedBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonPressedBackgroundColor

GetButtonPressedForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonPressedForegroundColor

GetForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.ForegroundColor

GetInactiveBackgroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.InactiveBackgroundColor

GetInactiveForegroundColor(Page)

Gets Color for Windows.UI.ViewManagement.ApplicationViewTitleBar.InactiveForegroundColor

SetBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.BackgroundColor

SetButtonBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonBackgroundColor

SetButtonForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonForegroundColor

SetButtonHoverBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonHoverBackgroundColor

SetButtonHoverForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonHoverForegroundColor

SetButtonInactiveBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonInactiveBackgroundColor

SetButtonInactiveForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonInactiveForegroundColor

SetButtonPressedBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonPressedBackgroundColor

SetButtonPressedForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ButtonPressedForegroundColor

SetForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.ForegroundColor

SetInactiveBackgroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.InactiveBackgroundColor

SetInactiveForegroundColor(Page, Color)

Sets Color to Windows.UI.ViewManagement.ApplicationViewTitleBar.InactiveForegroundColor

Applies to