Microsoft
70-511 · Question #89
You are creating a Windows Presentation Foundation (WPF) application. A control periodically appears to alert the user of status changes within the application. You need to specify that each time…
The correct answer is C. <DoubleAnimation Storyboard.TargetProperty="Opacity" From"l". See the full explanation below for the reasoning.
Question
You are creating a Windows Presentation Foundation (WPF) application. A control periodically appears to alert the user of status changes within the application. You need to specify that each time the control appears, it fades out within half a second. Which markup segment should you add to the Storyboard element of the control?
Options
- A<DoubleAnimation Storyboard.TargetProperty="Opacity" From="0"
- B<DoubleAn^mation Storyboard.rargetProperty="Opacity" From="l"
- C<DoubleAnimation Storyboard.TargetProperty="Opacity" From"l"
- D<DoubleAnimation Storyboard. TargetProperty="Opacity" From="1"
How the community answered
(44 responses)- A5% (2)
- B2% (1)
- C82% (36)
- D11% (5)
Community Discussion
No community discussion yet for this question.