I'm using <toolkit:TimePicker/>
from WP Toolkit
and it's PickerPageUri
is set to /Microsoft.Phone.Controls.Toolkit;component/DateTimePickers/TimePickerPage.xaml
I want some customization in this page like it's background should be White,
text tile should be PICK TIME the app bar background should be Grey
and icons should be Black.
I downloaded TimePickerPage.xaml
and TimePickerPage.xaml.cs
so that I can quickly change its property and set it source to my new CustomTimePickerPage.xaml
which actually contains the 99% code of TimePickerPage.xaml
.
But it gives me errors below
Can anyone tell me how to solve this issue?
Here is the TimePickerPage.xaml