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
<PackageReference Include="DeanChalk.UWP.TimePicker" Version="1.0.0" />
paket add DeanChalk.UWP.TimePicker --version 1.0.0
#r "nuget: DeanChalk.UWP.TimePicker, 1.0.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 is compatible. |
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,439 | 1/21/2018 |
Initial release