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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPtoolkit --version 4.2013.8.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WPtoolkit, 4.2013.8.16"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.