質問編集履歴

2

aaa

2016/10/14 04:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  <Trigger Property="IsMouseOver" Value="True">
18
18
 
19
- <Setter Property="Visibility" Value="True" TargetName="border"/>
19
+ <Setter Property="Visibility" Value="Visible" TargetName="border"/>
20
20
 
21
21
  </Trigger>
22
22
 

1

aaa

2016/10/14 04:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <Grid>
12
12
 
13
- <Border x:Name="border"/>
13
+ <Border x:Name="border" Visibility="Collapsed"/>
14
14
 
15
15
  <Grid.Triggers>
16
16