WPtoolkit 4.2013.8.16
Install-Package WPtoolkit -Version 4.2013.8.16
dotnet add package WPtoolkit --version 4.2013.8.16
<PackageReference Include="WPtoolkit" Version="4.2013.8.16" />
paket add WPtoolkit --version 4.2013.8.16
#r "nuget: WPtoolkit, 4.2013.8.16"
// Install WPtoolkit as a Cake Addin
#addin nuget:?package=WPtoolkit&version=4.2013.8.16
// Install WPtoolkit as a Cake Tool
#tool nuget:?package=WPtoolkit&version=4.2013.8.16
Windows Phone toolkit provides a collection of controls, extension methods and page animations to help create beautiful and consistent Windows Phone user interfaces and make common progamming tasks easier. Documentation and source are on CodePlex at https://phone.codeplex.com/.
| Product | Versions |
|---|---|
| Silverlight | sl3-wp sl4-wp71 |
| Windows Phone | wp8 wp81 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
| Version | Downloads | Last updated |
|---|---|---|
| 4.2013.8.16 | 0 | 06.02.2022 |
Release notes - https://phone.codeplex.com/releases/view/107923
What's NewAs part of the Windows Phone Toolkit - August 2013 update we added a TransferControl to the set of XAML controls. You can use this control to more easily create a UI that shows the progress of a background transfer – either an upload or a download. The control also gives the app user the option to cancel a background transfer while it is in progress. Feel free to go straight to the source code and sample in the WPToolkit, look for TransferControl sample on the main page at runtime.