IApplicationBar Interface
Windows Phone
March 22, 2012
Defines events and properties for the Application Bar in Windows Phone applications.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The IApplicationBar 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. |
| Name | Description | |
|---|---|---|
|
StateChanged | Occurs when the user opens or closes the Application Bar by clicking the ellipsis. |
IApplicationBar is the interface that ApplicationBar derives from. An Application Bar contains between one and four buttons, an ellipsis, and a set of text menu items. For more information, see Application Bar Overview for Windows Phone.