|
214 | 214 | IsChecked="True"
|
215 | 215 | Style="{StaticResource MaterialDesignSecondaryRadioButton}" />
|
216 | 216 | </smtx:XamlDisplay>
|
| 217 | + |
| 218 | + |
| 219 | + <smtx:XamlDisplay Margin="0,5,8,8" |
| 220 | + VerticalAlignment="Center" |
| 221 | + UniqueKey="toggle_buttons_radio_button_large"> |
| 222 | + <RadioButton Content="Custom RadioButton Size" materialDesign:RadioButtonAssist.RadioButtonSize="40" /> |
| 223 | + </smtx:XamlDisplay> |
217 | 224 | </WrapPanel>
|
218 | 225 |
|
219 | 226 | <Rectangle Style="{StaticResource PageSectionSeparator}" />
|
|
270 | 277 | </smtx:XamlDisplay>
|
271 | 278 | </WrapPanel>
|
272 | 279 |
|
273 |
| - <smtx:XamlDisplay Margin="0,0,0,8" UniqueKey="checkboxes_1"> |
274 |
| - <StackPanel> |
275 |
| - <CheckBox Content="Checked" IsChecked="True" /> |
276 |
| - |
277 |
| - <CheckBox Content="Unchecked" IsChecked="False" /> |
278 |
| - |
279 |
| - <CheckBox Content="Indeterminate" IsChecked="{x:Null}" /> |
280 |
| - |
281 |
| - <CheckBox Content="Disabled Checked" |
282 |
| - IsChecked="True" |
283 |
| - IsEnabled="False" /> |
284 |
| - <CheckBox Content="Disabled Checked" |
285 |
| - IsChecked="True" |
286 |
| - IsEnabled="False" /> |
287 |
| - |
288 |
| - <CheckBox Content="Disabled Unchecked" |
289 |
| - IsChecked="False" |
290 |
| - IsEnabled="False" /> |
291 |
| - |
292 |
| - <CheckBox Content="Disabled Indeterminate" |
293 |
| - IsChecked="{x:Null}" |
294 |
| - IsEnabled="False" /> |
295 |
| - </StackPanel> |
296 |
| - </smtx:XamlDisplay> |
297 |
| - |
298 | 280 | <smtx:XamlDisplay UniqueKey="checkboxes_2">
|
299 | 281 | <StackPanel>
|
300 | 282 | <CheckBox Margin="0,0,0,8"
|
|
307 | 289 | </StackPanel>
|
308 | 290 | </smtx:XamlDisplay>
|
309 | 291 |
|
310 |
| - |
311 |
| - |
312 | 292 | <Rectangle Style="{StaticResource PageSectionSeparator}" />
|
313 | 293 | <TextBlock Style="{StaticResource PageSectionTitleTextBlock}" Text="Switch" />
|
314 | 294 |
|
|
472 | 452 | </ListBox>
|
473 | 453 | </smtx:XamlDisplay>
|
474 | 454 |
|
475 |
| - |
476 |
| - <Border Grid.Row="6" |
477 |
| - Grid.Column="0" |
478 |
| - Grid.ColumnSpan="2" |
479 |
| - Margin="0,24,0,0" |
480 |
| - BorderBrush="{DynamicResource MaterialDesignDivider}" |
481 |
| - BorderThickness="0,1,0,0" /> |
482 |
| - |
483 |
| - <TextBlock Grid.Row="7" |
484 |
| - Grid.Column="0" |
485 |
| - Margin="0,24" |
486 |
| - Style="{StaticResource MaterialDesignHeadline5TextBlock}" |
487 |
| - Text="Checkboxes" /> |
488 |
| - |
489 |
| - <smtx:XamlDisplay Grid.Row="8" |
490 |
| - Grid.Column="0" |
491 |
| - HorizontalAlignment="Left" |
492 |
| - UniqueKey="checkboxes_3"> |
493 |
| - <StackPanel Margin="8,0"> |
494 |
| - <CheckBox Content="Checked" IsChecked="True" /> |
495 |
| - |
496 |
| - <CheckBox Content="Unchecked" IsChecked="False" /> |
497 |
| - |
498 |
| - <CheckBox Content="Indeterminate" IsChecked="{x:Null}" /> |
499 |
| - |
500 |
| - <CheckBox Content="Disabled Checked" |
501 |
| - IsChecked="True" |
502 |
| - IsEnabled="False" /> |
503 |
| - <CheckBox Content="Disabled Checked" |
504 |
| - IsChecked="True" |
505 |
| - IsEnabled="False" /> |
506 |
| - |
507 |
| - <CheckBox Content="Disabled Unchecked" |
508 |
| - IsChecked="False" |
509 |
| - IsEnabled="False" /> |
510 |
| - |
511 |
| - <CheckBox Content="Disabled Indeterminate" |
512 |
| - IsChecked="{x:Null}" |
513 |
| - IsEnabled="False" /> |
514 |
| - </StackPanel> |
515 |
| - </smtx:XamlDisplay> |
516 |
| - |
517 |
| - <smtx:XamlDisplay Grid.Row="8" |
518 |
| - Grid.Column="1" |
519 |
| - HorizontalAlignment="Left" |
520 |
| - VerticalAlignment="Top" |
521 |
| - UniqueKey="checkboxes_4"> |
522 |
| - <StackPanel Margin="8,0"> |
523 |
| - <CheckBox materialDesign:CheckBoxAssist.CheckBoxSize="30" |
524 |
| - Content="Custom Size" |
525 |
| - IsChecked="True" /> |
526 |
| - <CheckBox materialDesign:RippleAssist.IsDisabled="True" |
527 |
| - Content="Ripple disabled" |
528 |
| - IsChecked="True" /> |
529 |
| - </StackPanel> |
530 |
| - </smtx:XamlDisplay> |
531 |
| - |
532 |
| - |
533 | 455 | <Rectangle Style="{StaticResource PageSectionSeparator}" />
|
534 | 456 | <TextBlock Style="{StaticResource PageSectionTitleTextBlock}" Text="Tabs" />
|
535 | 457 |
|
|
0 commit comments