单项选择题
A. <Image Width="200" Source="Image1.jpg"/> <Image Width="200" Height="200" Source="Image1.jpg"/> <ImageWidth="200"><Image.Source>
B. <BitmapImage DecodePixelWidth="200"DecodePixelHeight="200"UriSource="Image1.jpg" /> </Image.Source>
C. </Image><Image Width="200"><Image.Source>
D. <BitmapImage DecodePixelWidth="200" UriSource="Image1.jpg" /></Image.Source> </Image>
单项选择题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference only.) You need to ensure that a video file begins to play only when a user clicks Play. Which code fragment should you insert at line 06?()
单项选择题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application has a window with a canvas element. You need to draw a black line that has rounded edges at each end. Which code fragment should you use?()
单项选择题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference only.) You need to rotate the rectangle by 45 degrees by using its upper-left corner as the axis. Which code fragment should you insert at line 04?()