-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.AppBar.IsOpen |
winrt property |
Gets or sets a value that indicates whether the AppBar is open.
<AppBar IsOpen="bool"/>
true if the app bar is open; otherwise, false.
How the app bar is displayed when it's open depends on the ClosedDisplayMode property setting. For more info, see App bar and command bar.
You can open and close the app bar programmatically by setting the IsOpen property. You can use the Opening, Opened, Closing, and Closed events to respond to the app bar being opened or closed.
Windows 8 Binding to the IsOpen property doesn't have the expected results because the PropertyChanged notification doesn't occur when the property is set.
[!code-xamlIsOpenXAML]