Page.TopAppBar property

0 out of 3 rated this helpful - Rate this topic

Gets a reference to an AppBar displayed at the top of the page, if any.

Syntax

Public Property TopAppBar As AppBar
   Get
   Set

<Page ...>
  <Page.TopAppBar>
    <AppBar .../>
  </Page.TopAppBar>
</Page>

Property value

Type: AppBar

A reference to an AppBar displayed at the top of the page, or null.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

Page

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.