feat: add clear button to TimePicker

This commit is contained in:
rabbitism
2023-10-04 14:56:04 +08:00
parent d638b0603d
commit 385e1e2cd5
3 changed files with 29 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
mc:Ignorable="d">
<StackPanel Spacing="20">
<TimePicker />
<TimePicker Classes="ClearButton" />
<TimePicker MinuteIncrement="15" />
<TimePicker ClockIdentifier="24HourClock" />
<TimePicker ClockIdentifier="12HourClock" IsEnabled="False" />