|
46 | 46 | ACCENT
|
47 | 47 | </Button>
|
48 | 48 |
|
| 49 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}" |
| 50 | + ToolTip="MaterialDesignFloatingActionMiniLightButton"> |
| 51 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 52 | + </Button> |
| 53 | + |
| 54 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniButton}" |
| 55 | + ToolTip="MaterialDesignFloatingActionMiniButton"> |
| 56 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 57 | + </Button> |
| 58 | + |
| 59 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}" |
| 60 | + ToolTip="MaterialDesignFloatingActionMiniDarkButton"> |
| 61 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 62 | + </Button> |
| 63 | + |
| 64 | + <Button Style="{StaticResource MaterialDesignFloatingActionMiniAccentButton}" |
| 65 | + ToolTip="MaterialDesignFloatingActionMiniAccentButton"> |
| 66 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 67 | + </Button> |
| 68 | + |
| 69 | + <Button Style="{StaticResource MaterialDesignFloatingActionLightButton}" |
| 70 | + ToolTip="MaterialDesignFloatingActionLightButton"> |
| 71 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 72 | + </Button> |
| 73 | + |
| 74 | + <Button Style="{StaticResource MaterialDesignFloatingActionButton}" |
| 75 | + ToolTip="MaterialDesignFloatingActionButton"> |
| 76 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 77 | + </Button> |
| 78 | + |
| 79 | + <Button Style="{StaticResource MaterialDesignFloatingActionDarkButton}" |
| 80 | + ToolTip="MaterialDesignFloatingActionDarkButton"> |
| 81 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 82 | + </Button> |
| 83 | + |
| 84 | + <Button Style="{StaticResource MaterialDesignFloatingActionAccentButton}" |
| 85 | + ToolTip="MaterialDesignFloatingActionAccentButton"> |
| 86 | + <materialDesign:PackIcon Kind="Alarm" Height="24" Width="24" /> |
| 87 | + </Button> |
| 88 | + |
49 | 89 | <materialDesign:PopupBox PlacementMode="BottomAndAlignRightEdges" StaysOpen="False">
|
50 | 90 | <StackPanel>
|
51 | 91 | <Button Content="Hello World"/>
|
|
0 commit comments