|  | ApplicationBar Properties | 
The ApplicationBar type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundColor | 
            Gets or sets the background color of the Application Bar.
             | 
|  | Buttons | 
            Gets the list of the buttons that appear on the Application Bar.
             | 
|  | Dispatcher | (Inherited from DependencyObject.) | 
|  | ForegroundColor | 
            Gets or sets the foreground color of the Application Bar.
             | 
|  | IsMenuEnabled | 
            Gets or sets a value indicating whether the user can open the menu.
             | 
|  | IsVisible | 
            Gets or sets a value indicating whether the Application Bar is visible.
             | 
|  | MenuItems | 
            Gets the list of the menu items that appear on the Application Bar.
             | 
|  | Mode | 
            Gets or sets the size of the Application Bar.
             | 
|  | Opacity | 
            Gets or sets the opacity of the Application Bar.
             | 
|  | StateChangedCommand | 
            Gets or sets the command to invoke when the user opens or closes the menu. This is a DependencyProperty.
             | 
 See Also
See Also