WPtoolkit 4.2013.8.16
dotnet add package WPtoolkit --version 4.2013.8.16
NuGet\Install-Package WPtoolkit -Version 4.2013.8.16
<PackageReference Include="WPtoolkit" Version="4.2013.8.16" />
<PackageVersion Include="WPtoolkit" Version="4.2013.8.16" />
<PackageReference Include="WPtoolkit" />
paket add WPtoolkit --version 4.2013.8.16
#r "nuget: WPtoolkit, 4.2013.8.16"
#:package WPtoolkit@4.2013.8.16
#addin nuget:?package=WPtoolkit&version=4.2013.8.16
#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 Compatible and additional computed target framework versions. | 
|---|---|
| Silverlight | sl3-wp is compatible. sl4-wp71 is compatible. | 
| Windows Phone | wp8 is compatible. wp81 was computed. | 
This package has no dependencies.
NuGet packages (29)
Showing the top 5 NuGet packages that depend on WPtoolkit:
| Package | Downloads | 
|---|---|
| MyToolkit.Extended MyToolkit is a set of .NET libraries containing lots of useful classes for various .NET platforms like WinRT, Windows Phone, WPF and Silverlight. | |
| ScottIsAFool.WindowsPhone This is a custom library used by Scott Lovegrove in his Windows Phone apps. | |
| Nx.UI Nx.UI Library for cross-platform application developement | |
| Vermeil Simple Windows Phone 8 MVVM toolkit | |
| S4S S4S is a SDK that will allow you to create custom controls for your application enabling accessibility on them. This includes resizing the controls and their fontsize or enabling scroll helpers to remove the swipe motion. | 
GitHub repositories (29)
Showing the top 20 popular GitHub repositories that depend on WPtoolkit:
| Repository | Stars | 
|---|---|
| mono/monodevelop 
                                                            MonoDevelop is a cross platform .NET IDE
                                                         | |
| jamesmontemagno/MediaPlugin 
                                                            Take  & Pick Photos and Video Plugin for Xamarin and Windows
                                                         | |
| xamarin/Xamarin.Auth 
                                                            Xamarin.Auth
                                                         | |
| JoeMayo/LinqToTwitter 
                                                            LINQ Provider for the Twitter API (C# Twitter Library)
                                                         | |
| conceptdev/xamarin-forms-samples 
                                                            Samples that use Xamarin.Forms (http://xamarin.com/forms)
                                                         | |
| novotnyllc/Zeroconf 
                                                            Bonjour support for .NET Core, .NET 4.6, Xamarin, and UWP
                                                         | |
| sgermosen/xReader 
                                                            XML, NEWS, RSS & Scrapping Reader maked in Xamarin, for educational purpose.
                                                         | |
| RicoSuter/MyToolkit 
                                                            MyToolkit for .NET
                                                         | |
| jamesmontemagno/SettingsPlugin 
                                                            Read and Write Settings Plugin for Xamarin and Windows
                                                         | |
| EgorBo/CrossChat-Xamarin.Forms 
                                                            A chat application implemented using Xamarin.Forms and DDD + MVVM
                                                         | |
| paulpatarinski/Xamarin.Forms.Plugins 
                                                            Xamarin Forms Plugins
                                                         | |
| chrfalch/NControl 
                                                            Simple Xamarin.Forms wrapper control around the NGraphics library
                                                         | |
| jamesmontemagno/ConnectivityPlugin 
                                                            Connectivity Plugin for Xamarin and Windows
                                                         | |
| aritchie/acr-xamarin-forms 
                                                            Camera/Gallery, Barcode Scanning, User Dialogs, Geo-Location, Network Utils, Device Info, Settings, E-Mail, Phone, SMS all for Xamarin.Forms
                                                         | |
| rdavisau/sockets-for-pcl 
                                                            Cross-platform socket API for Xamarin iOS/Android/Forms, Xamarin.Mac/MonoMac, Windows Phone 8/8.1, Windows Store and Windows Desktop.
                                                         | |
| xamarin/xamarin-forms-book-preview-2 
                                                            Sample code for the 2nd Preview Edition of "Creating Mobile Apps with Xamarin.Forms"
                                                         | |
| jsmarcus/Xamarin.Plugins 
                                                            Cross platform Xamarin and Windows controls and plugins
                                                         | |
| evgeny-nadymov/telegram-wp 
                                                            Telegram Messenger for Windows Phone
                                                         | |
| box/box-windows-sdk-v2 
                                                            Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5
                                                         | |
| kentcb/WorkoutWotch 
                                                            Repository for my video series on building an iOS app in .NET.
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 4.2013.8.16 | 500,017 | 8/15/2013 | 
| 4.2013.6.11 | 68,045 | 6/11/2013 | 
| 4.2012.10.30 | 75,214 | 10/30/2012 | 
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.