WinRTXamlToolkit.WindowsPhone 1.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinRTXamlToolkit.WindowsPhone --version 1.7.1
NuGet\Install-Package WinRTXamlToolkit.WindowsPhone -Version 1.7.1
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="WinRTXamlToolkit.WindowsPhone" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinRTXamlToolkit.WindowsPhone --version 1.7.1
#r "nuget: WinRTXamlToolkit.WindowsPhone, 1.7.1"
#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 WinRTXamlToolkit.WindowsPhone as a Cake Addin
#addin nuget:?package=WinRTXamlToolkit.WindowsPhone&version=1.7.1

// Install WinRTXamlToolkit.WindowsPhone as a Cake Tool
#tool nuget:?package=WinRTXamlToolkit.WindowsPhone&version=1.7.1

A set of controls, extensions and helper classes for Windows Runtime XAML applications.

Product Compatible and additional computed target framework versions.
Windows Phone wpa is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on WinRTXamlToolkit.WindowsPhone:

Package Downloads
WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone

Charting Controls for Windows Phone 8.1, ported from the Silverlight Toolkit.

WinRTXamlToolkit.Debugging.WindowsPhone

A set of debugging controls and helpers for Windows Runtime XAML applications.

Bifrost.XAML.Phone

Controls: ProgressIndicator - imagine a progress bar on steroids. In addition to maximum/minimum/value, you can provider a target value and target label to, for example, display today's target for a budget. RingSlice - Based heavily on the RingSlice control from WinRTXamlToolkit. This version fixes a UI digest issue I ran into on device, adds support for drawing a full circle, and handles angles > 360° PercentRingSlice - Based on the RingSlice control, but this works more like a progress bar. You provide the maximum/minimum/value and the control handles figuring out the necessary arc angles. SplitView - Modeled after the WIndows 10 SplitView control, this can be used now and will provide very little effort to move over to the Windows 10 control once it is ready. It also includes a few bonus features that the Windows 10 control will not: users can swipe in from the side to open the panel (no need to reach for that hamburger icon), a header bar styled similar to the Windows 10 apps is included here, provide your own string Header or custom HeaderTemplate to customize the content displayed next to the menu icon.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.1 30,870 1/16/2015
1.8.0 1,801 1/15/2015
1.7.9 2,947 12/23/2014
1.7.8.2 1,962 12/18/2014
1.7.8 1,865 12/18/2014
1.7.7 2,016 12/15/2014
1.7.6.7 1,933 12/6/2014
1.7.4 4,649 10/3/2014
1.7.3 1,857 9/21/2014
1.7.2 1,789 9/14/2014
1.7.1 1,783 9/2/2014
1.7.0 1,684 8/30/2014

WinRT XAML Toolkit for Windows Phone 8.1.

     Features
     - Attachable behaviors
     - Controls
     - Converters
     - Extension methods
     - Imaging helpers
     - IO helpers
     - VisualTree helpers
     - AwaitableUI

     See also
     - WinRTXamlToolkit.Windows, WinRTXamlToolkit.WindowsPhone for various controls and tools
     - WinRTXamlToolkit.Controls.Calendar.Windows, WinRTXamlToolkit.Controls.Calendar.WindowsPhone for a calendar control
     - WinRTXamlToolkit.Controls.DataVisualization.Windows, WinRTXamlToolkit.Controls.DataVisualization.WindowsPhone for data visualization controls (charts)
     - WinRTXamlToolkit.Controls.Gauge.Windows, WinRTXamlToolkit.Controls.Gauge.WindowsPhone for a gauge control
     - WinRTXamlToolkit.Debugging.Windows, WinRTXamlToolkit.Debugging.WindowsPhone for debugging helpers