Page.BottomAppBar property

2 out of 3 rated this helpful - Rate this topic

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

Syntax


public:
property AppBar^ BottomAppBar { 
   AppBar^ get();
   void set (AppBar^ value);
}


<Page ...>
  <Page.BottomAppBar>
    <AppBar .../>
  </Page.BottomAppBar>
</Page>

Property value

Type: AppBar

A reference to an AppBar displayed at the bottom 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.