AppBarUtils 2.5.0
AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 8.0. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items, make use of the built-in Blend SDK and 3rd party behaviors, and dynamically show different app bars for different pano/pivot items or based on different page states.
See the version list below for details.
Install-Package AppBarUtils -Version 2.5.0
dotnet add package AppBarUtils --version 2.5.0
<PackageReference Include="AppBarUtils" Version="2.5.0" />
paket add AppBarUtils --version 2.5.0
#r "nuget: AppBarUtils, 2.5.0"
// Install AppBarUtils as a Cake Addin
#addin nuget:?package=AppBarUtils&version=2.5.0
// Install AppBarUtils as a Cake Tool
#tool nuget:?package=AppBarUtils&version=2.5.0
Release Notes
Add toggle functionality via AppBarToggleItemCommand and AppBarToggleButton. Thanks @frostieDE for the work! See the demo code from GitHub for how to use this new feature.
Note: Windows Phone SDK 7.x is no longer supported from this release on.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.