|
|
@ -78,6 +78,8 @@ |
|
|
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" /> |
|
|
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}" /> |
|
|
<Setter Property="HorizontalAlignment" Value="Left" /> |
|
|
<Setter Property="HorizontalAlignment" Value="Left" /> |
|
|
<Setter Property="VerticalAlignment" Value="Center" /> |
|
|
<Setter Property="VerticalAlignment" Value="Center" /> |
|
|
|
|
|
<Setter Property="MinWidth" Value="{DynamicResource TimePickerThemeMinWidth}" /> |
|
|
|
|
|
<Setter Property="MaxWidth" Value="{DynamicResource TimePickerThemeMaxWidth}" /> |
|
|
<Setter Property="Template"> |
|
|
<Setter Property="Template"> |
|
|
<ControlTemplate> |
|
|
<ControlTemplate> |
|
|
<DataValidationErrors> |
|
|
<DataValidationErrors> |
|
|
@ -90,8 +92,8 @@ |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
CornerRadius="{TemplateBinding CornerRadius}" |
|
|
CornerRadius="{TemplateBinding CornerRadius}" |
|
|
IsEnabled="{TemplateBinding IsEnabled}" |
|
|
IsEnabled="{TemplateBinding IsEnabled}" |
|
|
MinWidth="{DynamicResource TimePickerThemeMinWidth}" |
|
|
MinWidth="{TemplateBinding MinWidth}" |
|
|
MaxWidth="{DynamicResource TimePickerThemeMaxWidth}" |
|
|
MaxWidth="{TemplateBinding MaxWidth}" |
|
|
HorizontalAlignment="Stretch" |
|
|
HorizontalAlignment="Stretch" |
|
|
VerticalAlignment="Stretch"> |
|
|
VerticalAlignment="Stretch"> |
|
|
|
|
|
|
|
|
|