ApplicationViewExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides attached properties for interacting with the Windows.UI.ViewManagement.ApplicationView on a window (app view).
public static class ApplicationViewExtensions
type ApplicationViewExtensions = class
Public Class ApplicationViewExtensions
- Inheritance
-
ApplicationViewExtensions
Methods
GetBackButtonVisibility(Page) |
Gets Windows.UI.Core.AppViewBackButtonVisibility for Windows.UI.Core.SystemNavigationManager.AppViewBackButtonVisibility |
GetExtendViewIntoTitleBar(Page) |
Gets Boolean CoreApplicationView.TitleBar.ExtendViewIntoTitleBar |
GetTitle(Page) |
Gets String for Windows.UI.ViewManagement.ApplicationView.Title |
SetBackButtonVisibility(Page, AppViewBackButtonVisibility) |
Sets Windows.UI.Core.AppViewBackButtonVisibility to Windows.UI.Core.SystemNavigationManager.AppViewBackButtonVisibility |
SetExtendViewIntoTitleBar(Page, Boolean) |
Sets Boolean to CoreApplicationView.TitleBar.ExtendViewIntoTitleBar |
SetTitle(Page, String) |
Sets String to Windows.UI.ViewManagement.ApplicationView.Title |