Edit

Share via


ApplicationViewExtensions.SetExtendViewIntoTitleBar(Page, Boolean) Method

Definition

Sets Boolean to CoreApplicationView.TitleBar.ExtendViewIntoTitleBar

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

Parameters

page
Windows.UI.Xaml.Controls.Page

The Windows.UI.Xaml.Controls.Page

Applies to