070-511 試験問題を無料オンラインアクセス
試験コード: | 070-511 |
試験名称: | TS: Windows Applications Development with Microsoft .NET Framework 4 |
認定資格: | Microsoft |
無料問題数: | 288 |
更新日: | 2025-08-22 |
DRAG DROP
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You need to configure the application to meet the following requirements:
- When a TextBox control has focus and no characters, the background color of the TextBox must be Blue. - When the TextBox control loses focus, the background of the TextBox must revert to the original value.
What should you do? (Develop the solution by selecting and ordering the required code snippets. You may not need all of the code snippets.)
You are developing a Windows Presentation Foundation (WPF) application.
The application consists of: - A window that contains controls organized into groups. - Groups that are ordered vertically and that have individual headings.
--
Controls within the groups that are ordered horizontally. Groups and controls that will be added dynamically at run time.
You need to ensure that the application meets the following requirements:
--
The window must be resizable without affecting the layout of the controls. The controls within the groups must be laid out such that there is a minimum amount of spacing between groups.
What should you do?
You are developing a Windows Presentation Foundation (WPF) application that plays video clips.
The markup is as follows.
You need to ensure that the current running time of the video is automatically updated and displayed in CurrentRunTime.
What should you do?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment.
You need to implement the MyProject.AverageConverter class.
What should you do?