teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードの編集

2018/11/20 04:10

投稿

退会済みユーザー
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="Transparent" Height="50" Canvas.Left="10"
6
+ <Button Tag="{Binding}" IsEnabled="{Binding Actionable}" Background="{x:Null}" Height="50" Canvas.Left="10"
7
- BorderBrush="{x:Null}" VerticalAlignment="Center" HorizontalAlignment="Center" Width="30" Foreground="{x:Null}">
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
  ```