Me siento estúpido pero no puedo averiguar cómo agregar un texto a un control de etiqueta WPF en el código. Como seguir para un TextBlock:
DesrTextBlock.Text = "some text";
¿Cuál es la propiedad equivalente en Label para hacerlo?
DesrLabel.??? = "some text"; //something like this