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

質問編集履歴

1

Buttonを追加しました

2019/06/16 13:36

投稿

arw.tyx-out_mz
arw.tyx-out_mz

スコア27

title CHANGED
File without changes
body CHANGED
@@ -22,6 +22,7 @@
22
22
  <Label Content="ここはSetupStateが1のときに文字を赤くしたい" Style="{StaticResource LabelStyle}" />
23
23
  <Label Content="ここはSetupStateが2のときに文字を赤くしたい" Style="{StaticResource LabelStyle}" />
24
24
  <Label Content="ここはSetupStateが3のときに文字を赤くしたい" Style="{StaticResource LabelStyle}" />
25
+ <Button Command="{Binding InteractiveCommand}" />
25
26
 
26
27
  ```
27
28