PrepAway - Latest Free Exam Questions & Answers

You need to ensure that the TextBlock control with the contents "Product shipped" is horizontal cent

Grafic displayed.
<Grid.Columndefinitions>
<Columndefinition>
<Columndefinition>
</Grid.Columndefinitions>

<Grid.Rowdefinition>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
</Grid.Rowdefinition>

<TextBlock Grid.Row=”0″ HorizontalAllignment=”Center”>Product shipped</TextBlock>

When the application si run, it appears as follows

You need to ensure that the TextBlock control with the contents “Product shipped” is horizontal centered to the grid?

Which mark up segment should you add to the TextBlock control ?

PrepAway - Latest Free Exam Questions & Answers

A.
GridView.Columncollection=”1,2″

B.
Grid.Columnspan=”2″

C.
Manipulation.ManipulationCharacter=”2″

D.
TextBlock.TextAllignment =”Center”


Leave a Reply