WPtoolkit.Kinnara 4.2013.6.20

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPtoolkit.Kinnara --version 4.2013.6.20
NuGet\Install-Package WPtoolkit.Kinnara -Version 4.2013.6.20
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPtoolkit.Kinnara" Version="4.2013.6.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPtoolkit.Kinnara --version 4.2013.6.20
#r "nuget: WPtoolkit.Kinnara, 4.2013.6.20"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WPtoolkit.Kinnara as a Cake Addin
#addin nuget:?package=WPtoolkit.Kinnara&version=4.2013.6.20

// Install WPtoolkit.Kinnara as a Cake Tool
#tool nuget:?package=WPtoolkit.Kinnara&version=4.2013.6.20

Windows Phone toolkit customized by Kinnara. Contains fixes, improvements, and more controls.

This package also contains localized resources, XML documentation, and 76x76 ApplicationBar icons.

Spotlight:

FlipView
Lets people flip through items one at a time. Similar to the WinRT FlipView.

ImageButton
Button control which has an image as its content.

ListView
Long list selector with incremental loading and more.

PhonePasswordBox
An extended password box which implements header, placeholder text, and a show password check box.

PhoneSlider
An extended Slider which implements tick marks and snap points.

StartView
Panoramic view similar to the start screen.

VariableSizedWrapGrid
Provides a grid-style layout panel where each tile/cell can be variable size based on content. Similar to the WinRT VariableSizedWrapGrid.

WaitCursor
The wait cursor is a blocking visual animation typically reserved for cases where the application cannot continue until an event is satisfied.

Product Compatible and additional computed target framework versions.
Silverlight sl4-wp71 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2014.11.22 4,085 11/22/2014
4.2014.8.5 3,049 8/5/2014
4.2014.6.10 2,272 6/10/2014
4.2014.4.23 2,060 4/23/2014
4.2014.3.26 1,916 3/26/2014
4.2014.3.4 2,073 3/4/2014
4.2014.2.10 1,864 2/12/2014
4.2014.2.2 1,605 2/2/2014
4.2014.1.7 1,516 1/7/2014
4.2014.1.3 1,370 1/3/2014
4.2013.9.6 1,978 9/6/2013
4.2013.8.28 1,492 8/28/2013
4.2013.8.27 1,366 8/27/2013
4.2013.8.25 1,390 8/24/2013
4.2013.8.16 1,456 8/15/2013
4.2013.8.5 1,427 8/5/2013
4.2013.7.19 1,636 7/19/2013
4.2013.7.4 1,695 7/4/2013
4.2013.7.2 1,603 7/2/2013
4.2013.6.20 2,055 6/20/2013
4.2013.6.11 1,516 6/10/2013
4.2013.6.10 1,406 6/10/2013
4.2013.6.8 1,421 6/8/2013
4.2013.6.6 1,443 6/6/2013

Based on https://phone.codeplex.com/SourceControl/changeset/85255.

New controls:
BasePage
PageUI
PickerBoxPageBase

Updated samples to take advantage of the new components.

ImageButton:
+ CornerRadius
* Padding had no effect

ListPicker:
+ More samples
* More closely match the built-in experience

MenuItem:
* More closely match the built-in experience

PickerBox:
+ FullModeDisplayMemberPath
+ More samples
* No longer requires selection. No longer performs automatic selection.
* SelectedItems is now read-only and no longer a dependency property.
* More closely match the built-in experience