单项选择题
You are developing a Windows Presentation Foundation (WPF) application that displays financial data. The following style is applied to every Label control that displays currency.
You need to ensure that the style is updated to meet the following requirements regarding currency:
- It must be right aligned
- It must display the number with the regional currency settings
Which setting should you use in the application manifest?()
A.
B.
C.
D.
相关考题
-
单项选择题
You are developing and XBAP application for your company intranet. During several development iterations, you manually executable, application, and deployement manifest to the test Web Server. You create an HTML file that has a manifest that you use for testing. During the next iteration, you enchance the XBAP application by making changes. When you use the hyperlink to the deployment manifest to test the deployment, you do not see the changes. You need to ensure that the changes you make are visible when you test the deployment from your machine. What should you do ?()
A. Restart Microsoft Internet Information Services (IIS). Then click the Install hyperlink again.
B. Open Visual Studio command prompt and run mage -cc. Then click the Install hyperlink again.
C. Delete the application, deployment, and executable files from Web Server. Then rebuild the XBAP solution files from the project bin directory to the Web Server and click the Install hyperlink again
D. Delete the application, deployment, and executable files from Web Server. Then recopy the same files to the Web Server, restart IIS and click the Install hyperlink again -
单项选择题
You are developing a Windows Presentation Foundation (WPF) application. You need to display HTML content from a Web Page on the WPF form. What should you do?()
A. Add a FlowDocumentReader control to the design surface. Then create a FlowDocument control.
B. Add a ContentControl control to the design surface. The reference a WebClient object to return an HTML string.
C. Add a DocumentViewer control to the design surface. The create a FixedDocument control. -
单项选择题
You are developing a Windows Presentation Foundation (WPF) application for a travel reservation system You need to ensure that users can select a range of travel dates. What should you do ?()
A. Add single DatePicker control to the design surface
B. Add single Calendar control to the design surface
C. Add single MediaElement control to the design surface to display a calendar
D. Add the appropriate Windows Forms references to the project references. Add a single Windows Forms DateTimePicker control to the design surface
