|
27 | 27 | <Setter Property="materialDesign:HintAssist.FloatingScale" Value="{Binding SelectedFloatingScale}" />
|
28 | 28 | <Setter Property="materialDesign:HintAssist.HelperText" Value="{Binding HelperText}" />
|
29 | 29 | <Setter Property="materialDesign:HintAssist.Hint" Value="{Binding HintText}" />
|
| 30 | + <Setter Property="materialDesign:TextFieldAssist.OutlinedBorderActiveThickness" Value="{Binding OutlineStyleActiveBorderThickness}" /> |
30 | 31 | </Style>
|
31 | 32 | <Style x:Key="StyleNameIndicator"
|
32 | 33 | TargetType="{x:Type TextBlock}"
|
|
242 | 243 | VerticalAlignment="Center"
|
243 | 244 | ItemsSource="{Binding PrefixSuffixHintBehaviorOptions}"
|
244 | 245 | SelectedItem="{Binding SelectedPrefixHintBehavior}"/>
|
| 246 | + <TextBlock Margin="40,0,0,0" |
| 247 | + VerticalAlignment="Center" |
| 248 | + Text="OutlineStyle-BorderThickness:" /> |
| 249 | + <ComboBox Width="62" |
| 250 | + Margin="5,0,0,0" |
| 251 | + VerticalAlignment="Center" |
| 252 | + ItemsSource="{Binding CustomOutlineStyleBorderThicknessOptions}" |
| 253 | + SelectedItem="{Binding OutlineStyleBorderThickness}" /> |
245 | 254 | </StackPanel>
|
246 | 255 | <StackPanel Margin="10" Orientation="Horizontal">
|
247 | 256 | <TextBox Width="50"
|
|
265 | 274 | VerticalAlignment="Center"
|
266 | 275 | ItemsSource="{Binding PrefixSuffixHintBehaviorOptions}"
|
267 | 276 | SelectedItem="{Binding SelectedSuffixHintBehavior}"/>
|
| 277 | + <TextBlock Margin="40,0,0,0" |
| 278 | + VerticalAlignment="Center" |
| 279 | + Text="OutlineStyle-ActiveBorderThickness:" /> |
| 280 | + <ComboBox Width="62" |
| 281 | + Margin="5,0,0,0" |
| 282 | + VerticalAlignment="Center" |
| 283 | + ItemsSource="{Binding CustomOutlineStyleBorderThicknessOptions}" |
| 284 | + SelectedItem="{Binding OutlineStyleActiveBorderThickness}" /> |
268 | 285 | </StackPanel>
|
269 | 286 | </StackPanel>
|
270 | 287 | </GroupBox>
|
|
328 | 345 | </StackPanel>
|
329 | 346 |
|
330 | 347 | <ScrollViewer Grid.Row="3"
|
331 |
| - Height="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ScrollViewer}}, Path=ViewportHeight, Converter={StaticResource SubtractConverter}, ConverterParameter=350}" |
332 | 348 | Margin="0,20,0,0"
|
333 | 349 | VerticalAlignment="Top"
|
334 | 350 | materialDesign:ScrollViewerAssist.BubbleVerticalScroll="False"
|
|
494 | 510 | <Grid.Resources>
|
495 | 511 | <Style TargetType="{x:Type TextBox}" BasedOn="{StaticResource MaterialDesignOutlinedTextBox}">
|
496 | 512 | <Setter Property="AcceptsReturn" Value="{Binding TextBoxAcceptsReturn}" />
|
| 513 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
497 | 514 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
498 | 515 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
499 | 516 | <Setter Property="Padding">
|
|
747 | 764 | <Grid>
|
748 | 765 | <Grid.Resources>
|
749 | 766 | <Style TargetType="{x:Type PasswordBox}" BasedOn="{StaticResource MaterialDesignOutlinedPasswordBox}">
|
| 767 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
750 | 768 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
751 | 769 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
752 | 770 | <Setter Property="Padding">
|
|
938 | 956 | <Grid>
|
939 | 957 | <Grid.Resources>
|
940 | 958 | <Style TargetType="{x:Type PasswordBox}" BasedOn="{StaticResource MaterialDesignOutlinedRevealPasswordBox}">
|
| 959 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
941 | 960 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
942 | 961 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
943 | 962 | <Setter Property="Padding">
|
|
1127 | 1146 | <Grid>
|
1128 | 1147 | <Grid.Resources>
|
1129 | 1148 | <Style TargetType="{x:Type ComboBox}" BasedOn="{StaticResource MaterialDesignOutlinedComboBox}">
|
| 1149 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
1130 | 1150 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
1131 | 1151 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
1132 | 1152 | <Setter Property="IsEditable" Value="{Binding ElementName=ComboBoxesEditableCheckBox, Path=IsChecked}" />
|
|
1207 | 1227 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1208 | 1228 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1209 | 1229 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1230 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1210 | 1231 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1211 | 1232 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1212 | 1233 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
1264 | 1285 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1265 | 1286 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1266 | 1287 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1288 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1267 | 1289 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1268 | 1290 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1269 | 1291 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
1306 | 1328 | <Grid>
|
1307 | 1329 | <Grid.Resources>
|
1308 | 1330 | <Style TargetType="{x:Type DatePicker}" BasedOn="{StaticResource MaterialDesignOutlinedDatePicker}">
|
| 1331 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
1309 | 1332 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
1310 | 1333 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
1311 | 1334 | <Setter Property="Padding">
|
|
1321 | 1344 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1322 | 1345 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1323 | 1346 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1347 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1324 | 1348 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1325 | 1349 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1326 | 1350 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
1383 | 1407 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1384 | 1408 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1385 | 1409 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1410 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1386 | 1411 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1387 | 1412 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1388 | 1413 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
1440 | 1465 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1441 | 1466 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1442 | 1467 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1468 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1443 | 1469 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1444 | 1470 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1445 | 1471 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
1482 | 1508 | <Grid>
|
1483 | 1509 | <Grid.Resources>
|
1484 | 1510 | <Style TargetType="{x:Type materialDesign:TimePicker}" BasedOn="{StaticResource MaterialDesignOutlinedTimePicker}">
|
| 1511 | + <Setter Property="BorderThickness" Value="{Binding OutlineStyleBorderThickness}" /> |
1485 | 1512 | <Setter Property="FontSize" Value="{Binding SelectedFontSize, Converter={StaticResource FontSizeConverter}}" />
|
1486 | 1513 | <Setter Property="Height" Value="{Binding SelectedCustomHeight}" />
|
1487 | 1514 | <Setter Property="Padding">
|
|
1497 | 1524 | <Setter Property="VerticalContentAlignment" Value="{Binding SelectedVerticalAlignment}" />
|
1498 | 1525 | <Setter Property="materialDesign:HintAssist.FontFamily" Value="{Binding SelectedFontFamily}" />
|
1499 | 1526 | <Setter Property="materialDesign:HintAssist.IsFloating" Value="{Binding FloatHint}" />
|
| 1527 | + <Setter Property="materialDesign:TextFieldAssist.HasClearButton" Value="{Binding ShowClearButton}" /> |
1500 | 1528 | <Setter Property="materialDesign:TextFieldAssist.HasLeadingIcon" Value="{Binding ShowLeadingIcon}" />
|
1501 | 1529 | <Setter Property="materialDesign:TextFieldAssist.HasTrailingIcon" Value="{Binding ShowTrailingIcon}" />
|
1502 | 1530 | <Setter Property="materialDesign:TextFieldAssist.LeadingIcon" Value="{StaticResource LeadingIcon}" />
|
|
0 commit comments