|
626 | 626 | Margin="4">
|
627 | 627 | <RadioButton
|
628 | 628 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 629 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
629 | 630 | Margin="4"
|
630 | 631 | IsChecked="True"
|
631 | 632 | Content="FIRST"/>
|
632 | 633 |
|
633 | 634 | <RadioButton
|
634 | 635 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 636 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
635 | 637 | Margin="4"
|
636 | 638 | IsChecked="False"
|
637 | 639 | Content="SECOND"/>
|
638 | 640 |
|
639 | 641 | <RadioButton
|
640 | 642 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 643 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
641 | 644 | Margin="4"
|
642 | 645 | IsChecked="False"
|
643 | 646 | IsEnabled="False"
|
|
648 | 651 | <smtx:XamlDisplay
|
649 | 652 | UniqueKey="buttons_72"
|
650 | 653 | HorizontalAlignment="Left">
|
651 |
| - <materialDesign:ColorZone Mode="PrimaryMid"> |
| 654 | + <materialDesign:ColorZone Mode="SecondaryMid"> |
652 | 655 | <StackPanel
|
653 | 656 | Orientation="Horizontal"
|
654 | 657 | Margin="2">
|
655 | 658 | <RadioButton
|
656 | 659 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 660 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
657 | 661 | Margin="4"
|
658 | 662 | IsChecked="True"
|
659 | 663 | Content="FIRST"/>
|
660 | 664 |
|
661 | 665 | <RadioButton
|
662 | 666 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 667 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
663 | 668 | Margin="4"
|
664 | 669 | IsChecked="False"
|
665 | 670 | Content="SECOND"/>
|
666 | 671 |
|
667 | 672 | <RadioButton
|
668 | 673 | Style="{StaticResource MaterialDesignTabRadioButtonTop}"
|
| 674 | + BorderBrush="{DynamicResource PrimaryHueMidBrush}" |
669 | 675 | Margin="4"
|
670 | 676 | IsChecked="False"
|
671 | 677 | IsEnabled="False"
|
|
677 | 683 |
|
678 | 684 | </WrapPanel>
|
679 | 685 | <WrapPanel Orientation="Horizontal" Margin="0 24 0 0">
|
680 |
| - <StackPanel Orientation="Horizontal"> |
| 686 | + <StackPanel> |
681 | 687 | <smtx:XamlDisplay
|
682 | 688 | UniqueKey="buttons_73"
|
| 689 | + HorizontalAlignment="Left"> |
| 690 | + <StackPanel |
| 691 | + Orientation="Horizontal" |
| 692 | + Margin="4"> |
| 693 | + <RadioButton |
| 694 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 695 | + Margin="4" |
| 696 | + IsChecked="True"> |
| 697 | + <StackPanel> |
| 698 | + <materialDesign:PackIcon HorizontalAlignment="Center" Kind="Star" /> |
| 699 | + <TextBlock Margin="0 4 0 0" Text="FIRST" /> |
| 700 | + </StackPanel> |
| 701 | + </RadioButton> |
| 702 | + |
| 703 | + <RadioButton |
| 704 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 705 | + Margin="4" |
| 706 | + IsChecked="False"> |
| 707 | + <StackPanel> |
| 708 | + <materialDesign:PackIcon HorizontalAlignment="Center" Kind="Heart" /> |
| 709 | + <TextBlock Margin="0 4 0 0" Text="SECOND" /> |
| 710 | + </StackPanel> |
| 711 | + </RadioButton> |
| 712 | + |
| 713 | + <RadioButton |
| 714 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 715 | + Margin="4" |
| 716 | + IsChecked="False" |
| 717 | + IsEnabled="False"> |
| 718 | + <StackPanel> |
| 719 | + <materialDesign:PackIcon HorizontalAlignment="Center" Kind="Smiley" /> |
| 720 | + <TextBlock Margin="0 4 0 0" Text="THIRD" /> |
| 721 | + </StackPanel> |
| 722 | + </RadioButton> |
| 723 | + </StackPanel> |
| 724 | + </smtx:XamlDisplay> |
| 725 | + <smtx:XamlDisplay |
| 726 | + UniqueKey="buttons_74" |
| 727 | + HorizontalAlignment="Left"> |
| 728 | + <StackPanel |
| 729 | + Orientation="Horizontal" |
| 730 | + Margin="4"> |
| 731 | + <RadioButton |
| 732 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 733 | + Margin="4" |
| 734 | + IsChecked="True"> |
| 735 | + <StackPanel Orientation="Horizontal"> |
| 736 | + <materialDesign:PackIcon Kind="Star" /> |
| 737 | + <TextBlock Margin="4 0 0 0" Text="FIRST" /> |
| 738 | + </StackPanel> |
| 739 | + </RadioButton> |
| 740 | + |
| 741 | + <RadioButton |
| 742 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 743 | + Margin="4" |
| 744 | + IsChecked="False"> |
| 745 | + <StackPanel Orientation="Horizontal"> |
| 746 | + <materialDesign:PackIcon Kind="Heart" /> |
| 747 | + <TextBlock Margin="4 0 0 0" Text="SECOND" /> |
| 748 | + </StackPanel> |
| 749 | + </RadioButton> |
| 750 | + |
| 751 | + <RadioButton |
| 752 | + Style="{StaticResource MaterialDesignTabRadioButton}" |
| 753 | + Margin="4" |
| 754 | + IsChecked="False" |
| 755 | + IsEnabled="False"> |
| 756 | + <StackPanel Orientation="Horizontal"> |
| 757 | + <materialDesign:PackIcon Kind="Smiley" /> |
| 758 | + <TextBlock Margin="4 0 0 0" Text="THIRD" /> |
| 759 | + </StackPanel> |
| 760 | + </RadioButton> |
| 761 | + </StackPanel> |
| 762 | + </smtx:XamlDisplay> |
| 763 | + </StackPanel> |
| 764 | + </WrapPanel> |
| 765 | + <WrapPanel Orientation="Horizontal" Margin="0 24 0 0"> |
| 766 | + <StackPanel Orientation="Horizontal"> |
| 767 | + <smtx:XamlDisplay |
| 768 | + UniqueKey="buttons_75" |
683 | 769 | HorizontalAlignment="Left">
|
684 | 770 | <StackPanel
|
685 | 771 | Orientation="Vertical"
|
|
704 | 790 | Content="THIRD"/>
|
705 | 791 | </StackPanel>
|
706 | 792 | </smtx:XamlDisplay>
|
707 |
| - |
708 |
| - <smtx:XamlDisplay |
709 |
| - UniqueKey="buttons_74" |
710 |
| - HorizontalAlignment="Left"> |
711 |
| - <materialDesign:ColorZone Mode="PrimaryMid"> |
712 |
| - <StackPanel |
713 |
| - Orientation="Vertical" |
714 |
| - Margin="2"> |
715 |
| - <RadioButton |
716 |
| - Style="{StaticResource MaterialDesignTabRadioButtonRight}" |
717 |
| - Margin="4" |
718 |
| - IsChecked="True" |
719 |
| - Content="FIRST"/> |
720 |
| - |
721 |
| - <RadioButton |
722 |
| - Style="{StaticResource MaterialDesignTabRadioButtonRight}" |
723 |
| - Margin="4" |
724 |
| - IsChecked="False" |
725 |
| - Content="SECOND"/> |
726 |
| - |
727 |
| - <RadioButton |
728 |
| - Style="{StaticResource MaterialDesignTabRadioButtonRight}" |
729 |
| - Margin="4" |
730 |
| - IsChecked="False" |
731 |
| - IsEnabled="False" |
732 |
| - Content="THIRD"/> |
733 |
| - </StackPanel> |
734 |
| - </materialDesign:ColorZone> |
735 |
| - </smtx:XamlDisplay> |
736 | 793 | </StackPanel>
|
737 | 794 |
|
738 | 795 | <StackPanel Orientation="Horizontal">
|
739 | 796 | <smtx:XamlDisplay
|
740 |
| - UniqueKey="buttons_75" |
| 797 | + UniqueKey="buttons_76" |
741 | 798 | HorizontalAlignment="Left">
|
742 | 799 | <StackPanel
|
743 | 800 | Orientation="Vertical"
|
|
763 | 820 | </StackPanel>
|
764 | 821 | </smtx:XamlDisplay>
|
765 | 822 |
|
| 823 | + </StackPanel> |
| 824 | + |
| 825 | + <StackPanel> |
766 | 826 | <smtx:XamlDisplay
|
767 |
| - UniqueKey="buttons_76" |
| 827 | + UniqueKey="buttons_77" |
768 | 828 | HorizontalAlignment="Left">
|
769 |
| - <materialDesign:ColorZone Mode="PrimaryMid"> |
770 |
| - <StackPanel |
771 |
| - Orientation="Vertical" |
772 |
| - Margin="2"> |
773 |
| - <RadioButton |
774 |
| - Style="{StaticResource MaterialDesignTabRadioButtonLeft}" |
775 |
| - Margin="4" |
776 |
| - IsChecked="True" |
777 |
| - Content="FIRST"/> |
| 829 | + <StackPanel |
| 830 | + Orientation="Horizontal" |
| 831 | + Margin="4"> |
| 832 | + <RadioButton |
| 833 | + Style="{StaticResource MaterialDesignTabRadioButtonBottom}" |
| 834 | + Margin="4" |
| 835 | + IsChecked="True" |
| 836 | + Content="FIRST" /> |
778 | 837 |
|
779 |
| - <RadioButton |
780 |
| - Style="{StaticResource MaterialDesignTabRadioButtonLeft}" |
781 |
| - Margin="4" |
782 |
| - IsChecked="False" |
783 |
| - Content="SECOND"/> |
| 838 | + <RadioButton |
| 839 | + Style="{StaticResource MaterialDesignTabRadioButtonBottom}" |
| 840 | + Margin="4" |
| 841 | + IsChecked="False" |
| 842 | + Content="SECOND" /> |
784 | 843 |
|
785 |
| - <RadioButton |
786 |
| - Style="{StaticResource MaterialDesignTabRadioButtonLeft}" |
787 |
| - Margin="4" |
788 |
| - IsChecked="False" |
789 |
| - IsEnabled="False" |
790 |
| - Content="THIRD"/> |
791 |
| - </StackPanel> |
792 |
| - </materialDesign:ColorZone> |
| 844 | + <RadioButton |
| 845 | + Style="{StaticResource MaterialDesignTabRadioButtonBottom}" |
| 846 | + Margin="4" |
| 847 | + IsChecked="False" |
| 848 | + IsEnabled="False" |
| 849 | + Content="THIRD" /> |
| 850 | + </StackPanel> |
793 | 851 | </smtx:XamlDisplay>
|
| 852 | + |
| 853 | + <smtx:XamlDisplay |
| 854 | + UniqueKey="buttons_78" |
| 855 | + HorizontalAlignment="Left"> |
| 856 | + <StackPanel |
| 857 | + Orientation="Horizontal" |
| 858 | + Margin="4"> |
| 859 | + <RadioButton |
| 860 | + Style="{StaticResource MaterialDesignTabRadioButtonTop}" |
| 861 | + Margin="4" |
| 862 | + IsChecked="True" |
| 863 | + Content="FIRST" /> |
| 864 | + |
| 865 | + <RadioButton |
| 866 | + Style="{StaticResource MaterialDesignTabRadioButtonTop}" |
| 867 | + Margin="4" |
| 868 | + IsChecked="False" |
| 869 | + Content="SECOND" /> |
| 870 | + |
| 871 | + <RadioButton |
| 872 | + Style="{StaticResource MaterialDesignTabRadioButtonTop}" |
| 873 | + Margin="4" |
| 874 | + IsChecked="False" |
| 875 | + IsEnabled="False" |
| 876 | + Content="THIRD" /> |
| 877 | + </StackPanel> |
| 878 | + </smtx:XamlDisplay> |
| 879 | + |
794 | 880 | </StackPanel>
|
795 | 881 | </WrapPanel>
|
796 | 882 | </StackPanel>
|
|
0 commit comments