From 6a16e56c581c986afe52326dfd76dfd6d8ef4291 Mon Sep 17 00:00:00 2001 From: punker76 Date: Fri, 4 Oct 2019 23:15:21 +0200 Subject: [PATCH] (GH-3582) Use attached property CornerRadius for DateTimePicker --- src/MahApps.Metro/Themes/DateTimePicker.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MahApps.Metro/Themes/DateTimePicker.xaml b/src/MahApps.Metro/Themes/DateTimePicker.xaml index aca2bff2a6..123bea1c97 100644 --- a/src/MahApps.Metro/Themes/DateTimePicker.xaml +++ b/src/MahApps.Metro/Themes/DateTimePicker.xaml @@ -133,6 +133,7 @@ Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" + CornerRadius="{TemplateBinding Controls:ControlsHelper.CornerRadius}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />