feat: add DatePicker & TimePicker support.

This commit is contained in:
Zhang Dian
2024-03-28 15:39:09 +08:00
parent 9bb50a7190
commit 04ffd38e14
4 changed files with 31 additions and 11 deletions

View File

@@ -177,7 +177,8 @@
VerticalAlignment="Center"
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontWeight="{TemplateBinding FontWeight}" />
FontWeight="{TemplateBinding FontWeight}"
Text="{DynamicResource STRING_TIMEPICKER_HOUR_TEXT}" />
</Border>
<Rectangle
@@ -199,7 +200,8 @@
VerticalAlignment="Center"
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontWeight="{TemplateBinding FontWeight}" />
FontWeight="{TemplateBinding FontWeight}"
Text="{DynamicResource STRING_TIMEPICKER_MINUTE_TEXT}" />
</Border>
<Rectangle