|
34 | 34 | </Grid.RowDefinitions>
|
35 | 35 | <TextBlock>Buttons</TextBlock>
|
36 | 36 | <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="0 24 0 0">
|
| 37 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}" |
| 38 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 39 | + ToolTip="MaterialDesignFloatingActionMiniLightButton"> |
| 40 | + <Viewbox Width="24" Height="24"> |
| 41 | + <Canvas Width="24" Height="24"> |
| 42 | + <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" /> |
| 43 | + </Canvas> |
| 44 | + </Viewbox> |
| 45 | + </Button> |
| 46 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniButton}" |
| 47 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 48 | + ToolTip="MaterialDesignFloatingActionMiniButton"> |
| 49 | + <Viewbox Width="24" Height="24"> |
| 50 | + <Canvas Width="24" Height="24"> |
| 51 | + <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" /> |
| 52 | + </Canvas> |
| 53 | + </Viewbox> |
| 54 | + </Button> |
| 55 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}" |
| 56 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 57 | + ToolTip="MaterialDesignFloatingActionMiniDarkButton"> |
| 58 | + <Viewbox Width="24" Height="24"> |
| 59 | + <Canvas Width="24" Height="24"> |
| 60 | + <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" /> |
| 61 | + </Canvas> |
| 62 | + </Viewbox> |
| 63 | + </Button> |
| 64 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniAccentButton}" |
| 65 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 66 | + ToolTip="MaterialDesignFloatingActionMiniAccentButton"> |
| 67 | + <Viewbox Width="24" Height="24"> |
| 68 | + <Canvas Width="24" Height="24"> |
| 69 | + <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" /> |
| 70 | + </Canvas> |
| 71 | + </Viewbox> |
| 72 | + </Button> |
37 | 73 | <Button Style="{StaticResource MaterialDesignFloatingActionLightButton}"
|
38 | 74 | Margin="0 0 8 0" HorizontalAlignment="Left"
|
39 |
| - ToolTip="X"> |
| 75 | + ToolTip="MaterialDesignFloatingActionLightButton"> |
40 | 76 | <Viewbox Width="24" Height="24">
|
41 | 77 | <Canvas Width="24" Height="24">
|
42 | 78 | <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" />
|
43 | 79 | </Canvas>
|
44 | 80 | </Viewbox>
|
45 | 81 | </Button>
|
46 | 82 | <Button Style="{StaticResource MaterialDesignFloatingActionButton}"
|
47 |
| - Margin="0 0 8 0" HorizontalAlignment="Left"> |
| 83 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 84 | + ToolTip="MaterialDesignFloatingActionButton"> |
48 | 85 | <Viewbox Width="24" Height="24">
|
49 | 86 | <Canvas Width="24" Height="24">
|
50 | 87 | <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" />
|
51 | 88 | </Canvas>
|
52 | 89 | </Viewbox>
|
53 | 90 | </Button>
|
54 | 91 | <Button Style="{StaticResource MaterialDesignFloatingActionDarkButton}"
|
55 |
| - Margin="0 0 8 0" HorizontalAlignment="Left"> |
| 92 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 93 | + ToolTip="MaterialDesignFloatingActionDarkButton"> |
56 | 94 | <Viewbox Width="24" Height="24">
|
57 | 95 | <Canvas Width="24" Height="24">
|
58 | 96 | <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" />
|
59 | 97 | </Canvas>
|
60 | 98 | </Viewbox>
|
61 | 99 | </Button>
|
62 | 100 | <Button Style="{StaticResource MaterialDesignFloatingActionAccentButton}"
|
63 |
| - Margin="0 0 8 0" HorizontalAlignment="Left"> |
| 101 | + Margin="0 0 8 0" HorizontalAlignment="Left" |
| 102 | + ToolTip="MaterialDesignFloatingActionAccentButton"> |
64 | 103 | <Viewbox Width="24" Height="24">
|
65 | 104 | <Canvas Width="24" Height="24">
|
66 | 105 | <Path Data="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z" Fill="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType=Button}, Path=Foreground}" />
|
|
0 commit comments