PrepAway - Latest Free Exam Questions & Answers

Which code fragment should you insert at line 07?

You are developing a Silverlight 4 application.
The application defines the following XAML fragment. (Line numbers are included for reference only.)

01 <Canvas Width=”400″ Height=”300″>
02 <Canvas.Resources>
03 <Storyboard x:Name=”myStoryboard”>
04 <PointAnimationUsingKeyFrames Storyboard.TargetProperty=”Center” Storyboard.TargetName=”AnimatedEllipse”>
05 <EasingPointKeyFrame Value=”50,20″ KeyTime=”00:00:02″>
06 <EasingPointKeyFrame.EasingFunction>
07
08 </EasingPointKeyFrame.EasingFunction>
09 </EasingPointKeyFrame>
10 </PointAnimationUsingKeyFrames>
11 </Storyboard>
12 </Canvas.Resources>
13 <Path Fill=”Blue”>
14 <Path.Data>
15 <EllipseGeometry x:Name=”AnimatedEllipse” RadiusX=”15″ RadiusY=”15″ />
16 </Path.Data>
17 </Path>
18 </Canvas>
You need to animate the ellipse so that the ellipse moves to the upper boundary of the canvas where it slows down and stops. Which code fragment should you insert at line 07?

PrepAway - Latest Free Exam Questions & Answers

A.
<QuintiEase EasingMode=”EaseIn”/>

B.
<BackEase EasingMode=”EaseIn”/>

C.
<CubicEase EasingMode=”EaseOut”/>

D.
<SineEase EasingMode=”EaseInOut”/>


Leave a Reply