質問編集履歴
1
Buttonを追加しました
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
|
|