DeanChalk.UWP.TimePicker 1.0.0

dotnet add package DeanChalk.UWP.TimePicker --version 1.0.0
NuGet\Install-Package DeanChalk.UWP.TimePicker -Version 1.0.0
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="DeanChalk.UWP.TimePicker" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeanChalk.UWP.TimePicker --version 1.0.0
#r "nuget: DeanChalk.UWP.TimePicker, 1.0.0"
#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 DeanChalk.UWP.TimePicker as a Cake Addin
#addin nuget:?package=DeanChalk.UWP.TimePicker&version=1.0.0

// Install DeanChalk.UWP.TimePicker as a Cake Tool
#tool nuget:?package=DeanChalk.UWP.TimePicker&version=1.0.0

UWP Radial Time Picker Control

Radial Style TimePicker Control for UWP

How to use in a UWP app

If you want to include this control in an app, you can look at the sample project for guidance, but essentially the control has the following bindable properties:

UnSelectedBackgroundBrush

This brush by default is set to the standard background theme brush for the application, but can be set to any brush in your code. This brush paints the background of any dial elements that aren't selected.

UnSelectedForegroundBrush

This brush by default is set to the standard foreground theme brush for the application, but can be set to any brush in your code. This brush paints the foreground text of any dial elements that aren't selected.

SelectedBackgroundBrush

This brush by default is set to the standard foreground theme brush for the application, but can be set to any brush in your code. This brush paints the background of any dial elements that ARE selected. This should be contrasted to the UnSelectedBackgroundBrush visually.

UnSelectedForegroundBrush

This brush by default is set to the standard background theme brush for the application, but can be set to any brush in your code. This brush paints the foreground text of any dial elements that ARE selected. This should be contrasted to the UnSelectedForegroundBrush visually.

Time

The Time property is set to the TimeSpan and supports 2-way binding

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 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

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
1.0.0 1,368 1/21/2018

Initial release