質問編集履歴
1
コードの編集
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Material Design PackIcon
|
1
|
+
WPF Material Design PackIcon
|
body
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
解決策や代替策をご存知の方いましたらご教示ください。よろしくおねがいします。
|
4
4
|
|
5
5
|
```
|
6
|
-
<Button Tag="{Binding}" IsEnabled="{Binding Actionable}" Background="
|
6
|
+
<Button Tag="{Binding}" IsEnabled="{Binding Actionable}" Background="{x:Null}" Height="50" Canvas.Left="10"
|
7
|
-
|
7
|
+
BorderBrush="{x:Null}" VerticalAlignment="Center" HorizontalAlignment="Center" Width="30" Foreground="{x:Null}">
|
8
8
|
<materialDesign:PackIcon Kind="Delete" Foreground="Red" HorizontalAlignment="Center" />
|
9
9
|
</Button>
|
10
10
|
```
|