Radial Style TimePicker Control for UWP -- available as nuget from here --
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:
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.
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.
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.
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.
The Time property is set to the TimeSpan
and supports 2-way binding