Vendor: Microsoft
Exam Code: 70-491
Exam Name: Recertification for MCSD: Windows Store Apps using C#
QUESTION 1
You plan to develop several Windows Store apps. You plan to use a CheckBox control in all of the apps. The CheckBox control will use a custom visual display. You create XAML markup to customize the control. The code contains all of the necessary visual components for the control, including elements named checkedGlyph and indeterminateGlyph. You need to ensure that the check box meets the following requirements:
– If a value for the check box was NOT set, the check box must display indeterminateGlyph.
– When the check box is selected, the check box must display checkedGlyph.
– If the check box is cleared, the check box must NOT display any glyphs.
You have the following XAML markup: