質問編集履歴
1
コードの編集
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Material Design PackIcon
|
1
|
+
WPF Material Design PackIcon
|
test
CHANGED
@@ -8,9 +8,9 @@
|
|
8
8
|
|
9
9
|
```
|
10
10
|
|
11
|
-
<Button Tag="{Binding}" IsEnabled="{Binding Actionable}" Background="
|
11
|
+
<Button Tag="{Binding}" IsEnabled="{Binding Actionable}" Background="{x:Null}" Height="50" Canvas.Left="10"
|
12
12
|
|
13
|
-
|
13
|
+
BorderBrush="{x:Null}" VerticalAlignment="Center" HorizontalAlignment="Center" Width="30" Foreground="{x:Null}">
|
14
14
|
|
15
15
|
<materialDesign:PackIcon Kind="Delete" Foreground="Red" HorizontalAlignment="Center" />
|
16
16
|
|