Microsoft
70-484 · Question #22
You need to create the ButtonForegroundColor resource. Which code segment should you insert at line XA09?
The correct answer is A. Option A. Create a resource named ButtonForegroundColor to implement the button foreground color so that it can be referenced in XAML by using the following standard syntax: Foreground-"{StaticResourceButtonForegroundColor}" - SolidColorBrush
Create the User Interface
Question
You need to create the ButtonForegroundColor resource. Which code segment should you insert at line XA09?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(46 responses)- A85% (39)
- B4% (2)
- C9% (4)
- D2% (1)
Explanation
- Create a resource named ButtonForegroundColor to implement the button foreground color so that it can be referenced in XAML by using the following standard syntax: Foreground-"{StaticResourceButtonForegroundColor}" - SolidColorBrush
Topics
#XAML resources#resource dictionary#color resources#styles
Community Discussion
No community discussion yet for this question.
