質問編集履歴

1

誤字

2016/08/15 09:34

投稿

k-hi
k-hi

スコア21

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  <WebBrowser x:Name="Webbrowser" HorizontalAlignment="Left" Height="100" Margin="29,10,-29,0" VerticalAlignment="Top" Width="100" MouseDown="browser_mousedown"/>
20
20
 
21
- <Rectangle x:Name="Cover" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="100" Margin="0,34,0,0" Stroke="Black" VerticalAlignment="Top" Width="100" Opacity="20"/>
21
+ <Rectangle x:Name="Cover" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="100" Margin="0,34,0,0" Stroke="Black" VerticalAlignment="Top" Width="100" Opacity="0.2"/>
22
22
 
23
23
  </Canvas>
24
24
 
@@ -44,11 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- Q2)Rectangleを半透明にするのはOpacity="20"だけでは足りないようなのですが、ほかに設定するのは何でしょう?
48
-
49
-
50
-
51
- Q3)そもそもwebBrowserをclickする方法はありませんか?
47
+ Q2)そもそもwebBrowserをclickする方法はありませんか?
52
48
 
53
49
 
54
50