ApplicationBar Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ApplicationBar type exposes the following members.
| Name | Description | |
|---|---|---|
|
BackgroundColor | Gets or sets the background color of the Application Bar. |
|
Buttons | Gets the list of icon buttons that appear on the Application Bar. |
|
DefaultSize | Gets the distance that the Application Bar extends into a page when the Mode property is set to Default. |
|
ForegroundColor | Gets or sets the foreground color of the Application Bar. |
|
IsMenuEnabled | Gets or sets a value that indicates whether the user sees the (optional) menu items when they click the ellipsis to expand the Application Bar. |
|
IsVisible | Gets or sets a value that indicates whether the Application Bar is visible. |
|
MenuItems | Gets the list of the menu items that appear on the Application Bar. |
|
MiniSize | Gets the distance that the Application Bar extends into a page when the Mode property is set to Minimized. |
|
Mode | Gets or sets the size of the Application Bar. |
|
Opacity | Gets or sets the opacity of the Application Bar. |
Show: