fix: CalendarDatePicker BackgroundSizing.

This commit is contained in:
Zhang Dian
2024-03-07 11:55:26 +08:00
parent 71e276d478
commit c2d1d0c4eb
2 changed files with 17 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
<Setter Property="BorderBrush" Value="{DynamicResource CalendarDatePickerBorderBrush}" />
<Setter Property="BorderThickness" Value="{DynamicResource CalendarDatePickerBorderThickness}" />
<Setter Property="CornerRadius" Value="{DynamicResource CalendarDatePickerCornerRadius}" />
<Setter Property="BackgroundSizing" Value="InnerBorderEdge"/>
<Setter Property="BackgroundSizing" Value="OuterBorderEdge"/>
<Setter Property="IsTodayHighlighted" Value="True" />
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Center" />