@@ -438,7 +438,7 @@ Themes\Styles\Win2D\Watermark.xaml
438438 <Setter Property =" Margin" Value =" 8,0" />
439439 <Setter Property =" BorderBrush" Value =" {ThemeResource CalendarViewBorderBrush}" />
440440 <Setter Property =" Background" Value =" {ThemeResource CalendarViewBackground}" />
441- <Setter Property =" CornerRadius " Value =" {ThemeResource OverlayCornerRadius}" />
441+ <Setter Property =" ClockCornerRadius " Value =" {ThemeResource OverlayCornerRadius}" />
442442 <Setter Property =" TitleBorderCornerRadius" Value =" {ThemeResource OverlayCornerRadius}" />
443443 <Setter Property =" TitleBorderBackground" Value =" {ThemeResource SystemControlHighlightAccentBrush}" />
444444 <Setter Property =" MinuteHandBackground" Value =" {ThemeResource SystemControlHighlightAccentBrush}" />
@@ -459,7 +459,7 @@ Themes\Styles\Win2D\Watermark.xaml
459459 <Setter .Value>
460460 <ControlTemplate TargetType =" local:Clock" >
461461 <Grid HorizontalAlignment =" {TemplateBinding HorizontalAlignment}" VerticalAlignment =" {TemplateBinding VerticalAlignment}" >
462- <Border Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding CornerRadius }" />
462+ <Border Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding ClockCornerRadius }" />
463463 <Grid >
464464 <Grid .RowDefinitions>
465465 <RowDefinition Height =" 53" />
@@ -3378,8 +3378,8 @@ Themes\Styles\Win2D\Watermark.xaml
33783378 </VisualStateGroup >
33793379 </VisualStateManager .VisualStateGroups>
33803380 <Border x : Name =" Background" Grid.Column=" 0" Grid.ColumnSpan=" 2" MinHeight =" 32" Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" Control.IsTemplateFocusTarget=" True" CornerRadius =" {TemplateBinding CornerRadius}" />
3381- <CalendarView x : Name =" PART_CalendarView" Grid.Column=" 0" Margin =" {TemplateBinding CalendarViewMargin}" BorderThickness =" {TemplateBinding CalendarViewBorderThickness}" CalendarIdentifier =" {TemplateBinding CalendarIdentifier}" CornerRadius =" 4,0,0,4 " DayOfWeekFormat =" {TemplateBinding DayOfWeekFormat}" DisplayMode =" {TemplateBinding DisplayMode}" FirstDayOfWeek =" {TemplateBinding FirstDayOfWeek}" IsGroupLabelVisible =" {TemplateBinding IsGroupLabelVisible}" IsOutOfScopeEnabled =" {TemplateBinding IsOutOfScopeEnabled}" IsTodayHighlighted =" {TemplateBinding IsTodayHighlighted}" MaxDate =" {TemplateBinding MaxDate}" MinDate =" {TemplateBinding MinDate}" Style =" {TemplateBinding CalendarViewStyle}" />
3382- <local : Clock x : Name =" PART_Clock" Grid.Column=" 1" Margin =" {TemplateBinding ClockMargin}" BorderThickness =" {TemplateBinding ClockBorderThickness}" CornerRadius = " 0,4,4,0 " />
3381+ <CalendarView x : Name =" PART_CalendarView" Grid.Column=" 0" Margin =" {TemplateBinding CalendarViewMargin}" BorderThickness =" {TemplateBinding CalendarViewBorderThickness}" CalendarIdentifier =" {TemplateBinding CalendarIdentifier}" CornerRadius =" {TemplateBinding CalendarViewCornerRadius} " DayOfWeekFormat =" {TemplateBinding DayOfWeekFormat}" DisplayMode =" {TemplateBinding DisplayMode}" FirstDayOfWeek =" {TemplateBinding FirstDayOfWeek}" IsGroupLabelVisible =" {TemplateBinding IsGroupLabelVisible}" IsOutOfScopeEnabled =" {TemplateBinding IsOutOfScopeEnabled}" IsTodayHighlighted =" {TemplateBinding IsTodayHighlighted}" MaxDate =" {TemplateBinding MaxDate}" MinDate =" {TemplateBinding MinDate}" Style =" {TemplateBinding CalendarViewStyle}" />
3382+ <local : Clock x : Name =" PART_Clock" Grid.Column=" 1" Margin =" {TemplateBinding ClockMargin}" BorderThickness =" {TemplateBinding ClockBorderThickness}" ClockCornerRadius = " {TemplateBinding ClockCornerRadius} " />
33833383 </Grid >
33843384 </ControlTemplate >
33853385 <ControlTemplate x : Key =" CalendarWithTimePickerTemplate" TargetType =" local:CalendarWithClock" >
@@ -6201,6 +6201,8 @@ Themes\Styles\Win2D\Watermark.xaml
62016201 <Setter Property =" CalendarViewBorderThickness" Value =" 1" />
62026202 <Setter Property =" ClockBorderThickness" Value =" 0,1,1,1" />
62036203 <Setter Property =" ClockMode" Value =" AnalogClock" />
6204+ <Setter Property =" CalendarViewCornerRadius" Value =" 4,0,0,4" />
6205+ <Setter Property =" ClockCornerRadius" Value =" 0,4,4,0" />
62046206 <Setter Property =" Template" Value =" {StaticResource CalendarWithAnalogClockTemplate}" />
62056207 </Style >
62066208 <Style BasedOn =" {StaticResource DefaultCopyButtonStyle}" TargetType =" local:CopyButton" >
0 commit comments