Joined August 2014
·

Gabriel Chavez

Albuquerque, New Mexico Area
·

If you want to use the label in the code behind, why not just assign the Label to a variable when you new it up? For example:

var label = new Label{Text="Hello};
grid.Children.Add(label, 0,0);

Achievements
29 Karma
41,462 Total ProTip Views