Changing border thickness of "MaterialDesignOutlinedDatePicker" #2727
Replies: 2 comments
-
Looks like a bug. Please, open a new issue about this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done it. Roberto |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI,
how could I change the border thickness of the control in the subject?
I've set the control as follows:
<DatePicker Name="dtLavo" Width="180" Style="{StaticResource MaterialDesignOutlinedDatePicker}" HorizontalAlignment="Left" Margin="20" mdix:HintAssist.Hint="Data Creazione" FontFamily="Century Gothic" FontSize="15" BorderThickness="2"/>
but is seems that it has no effect (probably I'm not doing in the correct way).
Thank you, regards.
Roberto
Beta Was this translation helpful? Give feedback.
All reactions