Microsoft
70-511 · Question #88
You are developing a Windows Presentation Foundation (WPF) application. Two styles, Blue and Green, are used for Border objects. The two styles have the same values for the CornerRadius and…
The correct answer is B. Put Blue and Green into the same file. See the full explanation below for the reasoning.
Question
You are developing a Windows Presentation Foundation (WPF) application. Two styles, Blue and Green, are used for Border objects. The two styles have the same values for the CornerRadius and BrushThickness properties and different values for the Background property. You need to define the CornerRadius and BrushThickness settings in either the Blue or the Green style, but not both. What should you do?
Options
- ASeparate Blue and Green into two files.
- BPut Blue and Green into the same file.
- CPut Blue and Green into the same file.
- DSeparate Blue and Green into two files.
How the community answered
(35 responses)- A6% (2)
- B83% (29)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.