|
266 | 266 | <Trigger Property="wpf:TextFieldAssist.HasFilledTextField" Value="True">
|
267 | 267 | <Setter Property="Background" Value="{DynamicResource MaterialDesignTextFieldBoxBackground}" />
|
268 | 268 | <Setter Property="Padding" Value="16,8,12,8" />
|
269 |
| - <Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
| 269 | + <Setter TargetName="Hint" Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
270 | 270 | <Setter TargetName="HelperTextTextBlock" Property="Margin" Value="16,0,0,0" />
|
271 | 271 | </Trigger>
|
272 | 272 | <Trigger Property="wpf:TextFieldAssist.HasOutlinedTextField" Value="True">
|
273 | 273 | <Setter Property="BorderBrush" Value="{DynamicResource MaterialDesignTextAreaBorder}" />
|
274 | 274 | <Setter Property="BorderThickness" Value="1" />
|
275 | 275 | <Setter Property="Padding" Value="16,16,12,16" />
|
276 | 276 | <Setter Property="VerticalContentAlignment" Value="Top" />
|
277 |
| - <Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
| 277 | + <Setter TargetName="Hint" Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
278 | 278 | <Setter TargetName="HelperTextTextBlock" Property="Margin" Value="16,0,0,0" />
|
279 | 279 | <Setter TargetName="Hint" Property="FloatingOffset">
|
280 | 280 | <Setter.Value>
|
|
764 | 764 | <Trigger Property="wpf:TextFieldAssist.HasFilledTextField" Value="True">
|
765 | 765 | <Setter Property="Background" Value="{DynamicResource MaterialDesignTextFieldBoxBackground}" />
|
766 | 766 | <Setter Property="Padding" Value="16,8,12,8" />
|
767 |
| - <Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
| 767 | + <Setter TargetName="Hint" Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
768 | 768 | <Setter TargetName="HelperTextTextBlock" Property="Margin" Value="16,0,0,0" />
|
769 | 769 | </Trigger>
|
770 | 770 | <Trigger Property="wpf:TextFieldAssist.HasOutlinedTextField" Value="True">
|
771 | 771 | <Setter Property="BorderBrush" Value="{DynamicResource MaterialDesignTextAreaBorder}" />
|
772 | 772 | <Setter Property="BorderThickness" Value="1" />
|
773 | 773 | <Setter Property="Padding" Value="16,16,12,16" />
|
774 | 774 | <Setter Property="VerticalContentAlignment" Value="Top" />
|
775 |
| - <Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
| 775 | + <Setter TargetName="Hint" Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMarginEmbedded}" /> |
776 | 776 | <Setter TargetName="HelperTextTextBlock" Property="Margin" Value="16,0,0,0" />
|
777 | 777 | <Setter TargetName="Hint" Property="FloatingOffset">
|
778 | 778 | <Setter.Value>
|
|
0 commit comments