nerdexam
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

70-484 question #22 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(46 responses)
  • A
    85% (39)
  • B
    4% (2)
  • C
    9% (4)
  • D
    2% (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.

Full 70-484 Practice