2
How do I add these Labels within the TextBlock, for code behind?
<TextBlock>
<Label x:Name="NumeroPergunta" FontWeight="Bold" />
<Label x:Name="Pergunta" />
</TextBlock>
What I have so far:
var tbPergunta = new TextBlock {Text = pergunta.Pergunta};