다음을 통해 공유


Page.BottomAppBar 속성

정의

페이지 아래쪽에 표시된 AppBar 에 대한 참조(있는 경우)를 가져옵니다.

AppBar BottomAppBar();

void BottomAppBar(AppBar value);
public AppBar BottomAppBar { get; set; }
var appBar = page.bottomAppBar;
page.bottomAppBar = appBar;
Public Property BottomAppBar As AppBar
<Page ...>
  <Page.BottomAppBar>
    <AppBar .../>
  </Page.BottomAppBar>
</Page>

속성 값

페이지 아래쪽에 표시되는 AppBar 에 대한 참조 또는 null입니다.

예제

페이지에 AppBar 를 추가하는 예제 코드는 빠른 시작: 앱 바 추가 또는 여러 페이지에서 앱 바를 공유하는 방법을 참조하세요.

설명

XAML에서 또는 Page.Resources와 같이 Page.TopAppBar 이미 정의될 수 있는 다른 속성 요소와 동일한 영역에서 속성 요소를 지정 Page.BottomAppBar 해야 합니다. XAML 언어는 일반적인 루트 Grid 요소와 같이 Content를 설정하는 XAML 콘텐츠 간에 속성 요소를 혼합할 수 없게 합니다. XAML 구문에 대한 자세한 내용은 XAML 구문 가이드를 참조하세요.

적용 대상

추가 정보